Shades of Medium Orchid #BB3CE6
Tints of Medium Orchid #BB3CE6
RGB
CMYK
RGB Variations
Color information
#BB3CE6 (or 0xBB3CE6) is known color: Medium Orchid. HEX triplet: BB, 3C and E6. RGB value is (187,60,230). Sum of RGB (Red+Green+Blue) = 187+60+230=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB3CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3CE6 is #44C319. Grayscale: #747474. Windows color (decimal): -4506394 or 15088827. OLE color: 15088827.
HSL color Cylindrical-coordinate representation of color #BB3CE6: hue angle of 284.82º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3CE6 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 60 | 230 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.10 |
| HSL | 284.82º | 0.77% | 0.57% | - |
| HSV(B) | 284.82º | 0.74% | 0.9% | - |
| XYZ | 36.39 | 19.51 | 76.71 | - |
| YUV | 117.35 | 191.58 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 230 | 0.19 | 0.74 | 0 | 0.10 | 284.82 | 0.77 | 0.57 |
| Hex | BB | 3C | E6 | 13 | 4A | 0 | A | 11D | 4D | 39 |
| Octal | 273 | 74 | 346 | 23 | 112 | 0 | 12 | 435 | 115 | 71 |
| Binary | 10111011 | 111100 | 11100110 | 10011 | 1001010 | 0 | 1010 | 100011101 | 1001101 | 111001 |
Color Harmonies of #BB3CE6
Complementary color
Monochromatic Colors of #BB3CE6
Black with #BB3CE6
Text Example
Text Example
White with #BB3CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CE6; }
p { color: rgb(187,60,230); }
H1.HeaderClassName
{
color: #BB3CE6;
}
.AnyTagClassName
{
color: #BB3CE6;
}
</style>
background-color css
<style>
a { background-color: #BB3CE6; }
a { background-color: rgb(187,60,230); }
div.DivClassName
{
background-color: #BB3CE6;
}
.BgClassName
{
background-color: #BB3CE6;
}
</style>
border-color css
<style>
span { border-color: #BB3CE6; }
span { border-color: rgb(187,60,230); }
td.TdClassName
{
border-color: #BB3CE6;
}
.TagClassName
{
border-color: #BB3CE6;
}
</style>