#b463dc

Color #B463DC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B463DC

Tints of Medium Orchid #B463DC

Color information

#B463DC (or 0xB463DC) is unknown color: approx Medium Orchid. HEX triplet: B4, 63 and DC. RGB value is (180,99,220). Sum of RGB (Red+Green+Blue) = 180+99+220=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #B463DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463DC is #4B9C23. Grayscale: #888888. Windows color (decimal): -4955172 or 14443444. OLE color: 14443444.

HSL color Cylindrical-coordinate representation of color #B463DC: hue angle of 280.17º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B463DC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18099220-
CMYK0.180.5500.14
HSL280.17º63.35%62.55%-
HSV(B)280.17º55%86.27%-
XYZ36.223.7970.39-
YUV137.01174.84158.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 99 (39.06% from 255) = 19.84%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=36.07%
G=19.84%
B=44.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180992200.180.5500.14280.1763.3562.55
HexB463DC12370E1183f3f
Octal26414333422670164307777
Binary101101001100011110111001001011011101110100011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b463dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b463dc; }

 p { color: rgb(180,99,220); }

 H1.HeaderClassName
 {
   color: #b463dc;
 }
 .AnyTagClassName
 {
   color: #b463dc;
 }
</style>
background-color css

<style>
 a { background-color: #b463dc; }

 a { background-color: rgb(180,99,220); }

 div.DivClassName
 {
   background-color: #b463dc;
 }
 .BgClassName
 {
   background-color: #b463dc;
 }
</style>
border-color css

<style>
 span { border-color: #b463dc; }

 span { border-color: rgb(180,99,220); }

 td.TdClassName
 {
   border-color: #b463dc;
 }
 .TagClassName
 {
   border-color: #b463dc;
 }
</style>