#BB62D2

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

Shades of Medium Orchid #BB62D2

Tints of Medium Orchid #BB62D2

Color information

#BB62D2 (or 0xBB62D2) is unknown color: approx Medium Orchid. HEX triplet: BB, 62 and D2. RGB value is (187,98,210). Sum of RGB (Red+Green+Blue) = 187+98+210=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB62D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB62D2 is #449D2D. Grayscale: #898989. Windows color (decimal): -4496686 or 13787835. OLE color: 13787835.

HSL color Cylindrical-coordinate representation of color #BB62D2: hue angle of 287.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB62D2 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18798210-
CMYK0.110.5300.18
HSL287.68º55.45%60.39%-
HSV(B)287.68º53.33%82.35%-
XYZ36.4923.9563.67-
YUV137.38168.99163.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 98 (38.67% from 255) = 19.80%
BLUE value IS 210 (82.42% from 255) = 42.42%
R=37.78%
G=19.80%
B=42.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187982100.110.5300.18287.6855.4560.39
HexBB62D2B35012120373c
Octal27314232213650224406774
Binary101110111100010110100101011110101010010100100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB62D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB62D2; }

 p { color: rgb(187,98,210); }

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

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

 a { background-color: rgb(187,98,210); }

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

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

 span { border-color: rgb(187,98,210); }

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