#B462C9

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

Shades of Medium Orchid #B462C9

Tints of Medium Orchid #B462C9

Color information

#B462C9 (or 0xB462C9) is unknown color: approx Medium Orchid. HEX triplet: B4, 62 and C9. RGB value is (180,98,201). Sum of RGB (Red+Green+Blue) = 180+98+201=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #B462C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462C9 is #4B9D36. Grayscale: #858585. Windows color (decimal): -4955447 or 13198004. OLE color: 13198004.

HSL color Cylindrical-coordinate representation of color #B462C9: hue angle of 287.77º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B462C9 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18098201-
CMYK0.100.5100.21
HSL287.77º48.82%58.63%-
HSV(B)287.77º51.24%78.82%-
XYZ33.7322.6657.85-
YUV134.26165.67160.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 98 (38.67% from 255) = 20.46%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=37.58%
G=20.46%
B=41.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180982010.100.5100.21287.7748.8258.63
HexB462C9A33015120313b
Octal26414231112630254406173
Binary101101001100010110010011010110011010101100100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B462C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B462C9; }

 p { color: rgb(180,98,201); }

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

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

 a { background-color: rgb(180,98,201); }

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

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

 span { border-color: rgb(180,98,201); }

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