Shades of Medium Orchid #BB65DC
Tints of Medium Orchid #BB65DC
RGB
CMYK
RGB Variations
Color information
#BB65DC (or 0xBB65DC) is known color: Medium Orchid. HEX triplet: BB, 65 and DC. RGB value is (187,101,220). Sum of RGB (Red+Green+Blue) = 187+101+220=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65DC is #449A23. Grayscale: #8B8B8B. Windows color (decimal): -4495908 or 14443963. OLE color: 14443963.
HSL color Cylindrical-coordinate representation of color #BB65DC: hue angle of 283.36º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB65DC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 101 | 220 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.14 |
| HSL | 283.36º | 0.63% | 0.63% | - |
| HSV(B) | 283.36º | 0.54% | 0.86% | - |
| XYZ | 38.07 | 25.04 | 70.54 | - |
| YUV | 140.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 220 | 0.15 | 0.54 | 0 | 0.14 | 283.36 | 0.63 | 0.63 |
| Hex | BB | 65 | DC | F | 36 | 0 | E | 11B | 3F | 3F |
| Octal | 273 | 145 | 334 | 17 | 66 | 0 | 16 | 433 | 77 | 77 |
| Binary | 10111011 | 1100101 | 11011100 | 1111 | 110110 | 0 | 1110 | 100011011 | 111111 | 111111 |
Color Harmonies of #BB65DC
Complementary color
Monochromatic Colors of #BB65DC
Black with #BB65DC
Text Example
Text Example
White with #BB65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65DC; }
p { color: rgb(187,101,220); }
H1.HeaderClassName
{
color: #BB65DC;
}
.AnyTagClassName
{
color: #BB65DC;
}
</style>
background-color css
<style>
a { background-color: #BB65DC; }
a { background-color: rgb(187,101,220); }
div.DivClassName
{
background-color: #BB65DC;
}
.BgClassName
{
background-color: #BB65DC;
}
</style>
border-color css
<style>
span { border-color: #BB65DC; }
span { border-color: rgb(187,101,220); }
td.TdClassName
{
border-color: #BB65DC;
}
.TagClassName
{
border-color: #BB65DC;
}
</style>