Shades of Medium Orchid #BB6CEA
Tints of Medium Orchid #BB6CEA
RGB
CMYK
RGB Variations
Color information
#BB6CEA (or 0xBB6CEA) is known color: Medium Orchid. HEX triplet: BB, 6C and EA. RGB value is (187,108,234). Sum of RGB (Red+Green+Blue) = 187+108+234=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB6CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CEA is #449315. Grayscale: #919191. Windows color (decimal): -4494102 or 15363259. OLE color: 15363259.
HSL color Cylindrical-coordinate representation of color #BB6CEA: hue angle of 277.62º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6CEA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 108 | 234 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.08 |
| HSL | 277.62º | 0.75% | 0.67% | - |
| HSV(B) | 277.62º | 0.54% | 0.92% | - |
| XYZ | 40.71 | 27.23 | 80.95 | - |
| YUV | 145.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 234 | 0.20 | 0.54 | 0 | 0.08 | 277.62 | 0.75 | 0.67 |
| Hex | BB | 6C | EA | 14 | 36 | 0 | 8 | 116 | 4B | 43 |
| Octal | 273 | 154 | 352 | 24 | 66 | 0 | 10 | 426 | 113 | 103 |
| Binary | 10111011 | 1101100 | 11101010 | 10100 | 110110 | 0 | 1000 | 100010110 | 1001011 | 1000011 |
Color Harmonies of #BB6CEA
Complementary color
Monochromatic Colors of #BB6CEA
Black with #BB6CEA
Text Example
Text Example
White with #BB6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CEA; }
p { color: rgb(187,108,234); }
H1.HeaderClassName
{
color: #BB6CEA;
}
.AnyTagClassName
{
color: #BB6CEA;
}
</style>
background-color css
<style>
a { background-color: #BB6CEA; }
a { background-color: rgb(187,108,234); }
div.DivClassName
{
background-color: #BB6CEA;
}
.BgClassName
{
background-color: #BB6CEA;
}
</style>
border-color css
<style>
span { border-color: #BB6CEA; }
span { border-color: rgb(187,108,234); }
td.TdClassName
{
border-color: #BB6CEA;
}
.TagClassName
{
border-color: #BB6CEA;
}
</style>