Shades of Medium Orchid #BB6CE8
Tints of Medium Orchid #BB6CE8
RGB
CMYK
RGB Variations
Color information
#BB6CE8 (or 0xBB6CE8) is known color: Medium Orchid. HEX triplet: BB, 6C and E8. RGB value is (187,108,232). Sum of RGB (Red+Green+Blue) = 187+108+232=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB6CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CE8 is #449317. Grayscale: #919191. Windows color (decimal): -4494104 or 15232187. OLE color: 15232187.
HSL color Cylindrical-coordinate representation of color #BB6CE8: hue angle of 278.23º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6CE8 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 108 | 232 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.09 |
| HSL | 278.23º | 0.73% | 0.67% | - |
| HSV(B) | 278.23º | 0.53% | 0.91% | - |
| XYZ | 40.42 | 27.12 | 79.45 | - |
| YUV | 145.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 232 | 0.19 | 0.53 | 0 | 0.09 | 278.23 | 0.73 | 0.67 |
| Hex | BB | 6C | E8 | 13 | 35 | 0 | 9 | 116 | 49 | 43 |
| Octal | 273 | 154 | 350 | 23 | 65 | 0 | 11 | 426 | 111 | 103 |
| Binary | 10111011 | 1101100 | 11101000 | 10011 | 110101 | 0 | 1001 | 100010110 | 1001001 | 1000011 |
Color Harmonies of #BB6CE8
Complementary color
Monochromatic Colors of #BB6CE8
Black with #BB6CE8
Text Example
Text Example
White with #BB6CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CE8; }
p { color: rgb(187,108,232); }
H1.HeaderClassName
{
color: #BB6CE8;
}
.AnyTagClassName
{
color: #BB6CE8;
}
</style>
background-color css
<style>
a { background-color: #BB6CE8; }
a { background-color: rgb(187,108,232); }
div.DivClassName
{
background-color: #BB6CE8;
}
.BgClassName
{
background-color: #BB6CE8;
}
</style>
border-color css
<style>
span { border-color: #BB6CE8; }
span { border-color: rgb(187,108,232); }
td.TdClassName
{
border-color: #BB6CE8;
}
.TagClassName
{
border-color: #BB6CE8;
}
</style>