#BB60D1

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

Shades of Medium Orchid #BB60D1

Tints of Medium Orchid #BB60D1

Color information

#BB60D1 (or 0xBB60D1) is unknown color: approx Medium Orchid. HEX triplet: BB, 60 and D1. RGB value is (187,96,209). Sum of RGB (Red+Green+Blue) = 187+96+209=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB60D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60D1 is #449F2E. Grayscale: #878787. Windows color (decimal): -4497199 or 13721787. OLE color: 13721787.

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

Color convert

RGB18796209-
CMYK0.110.5400.18
HSL288.32º55.12%59.8%-
HSV(B)288.32º54.07%81.96%-
XYZ36.1923.5362.96-
YUV136.09169.15164.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 96 (37.89% from 255) = 19.51%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=38.01%
G=19.51%
B=42.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187962090.110.5400.18288.3255.1259.8
HexBB60D1B36012120373c
Octal27314032113660224406774
Binary101110111100000110100011011110110010010100100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60D1; }

 p { color: rgb(187,96,209); }

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

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

 a { background-color: rgb(187,96,209); }

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

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

 span { border-color: rgb(187,96,209); }

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