Shades of Medium Orchid #BB3CE9
Tints of Medium Orchid #BB3CE9
RGB
CMYK
RGB Variations
Color information
#BB3CE9 (or 0xBB3CE9) is known color: Medium Orchid. HEX triplet: BB, 3C and E9. RGB value is (187,60,233). Sum of RGB (Red+Green+Blue) = 187+60+233=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB3CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3CE9 is #44C316. Grayscale: #757575. Windows color (decimal): -4506391 or 15285435. OLE color: 15285435.
HSL color Cylindrical-coordinate representation of color #BB3CE9: hue angle of 284.05º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3CE9 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 60 | 233 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.09 |
| HSL | 284.05º | 0.8% | 0.57% | - |
| HSV(B) | 284.05º | 0.74% | 0.91% | - |
| XYZ | 36.82 | 19.68 | 78.95 | - |
| YUV | 117.7 | 193.08 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 233 | 0.20 | 0.74 | 0 | 0.09 | 284.05 | 0.8 | 0.57 |
| Hex | BB | 3C | E9 | 14 | 4A | 0 | 9 | 11C | 50 | 39 |
| Octal | 273 | 74 | 351 | 24 | 112 | 0 | 11 | 434 | 120 | 71 |
| Binary | 10111011 | 111100 | 11101001 | 10100 | 1001010 | 0 | 1001 | 100011100 | 1010000 | 111001 |
Color Harmonies of #BB3CE9
Complementary color
Monochromatic Colors of #BB3CE9
Black with #BB3CE9
Text Example
Text Example
White with #BB3CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3CE9; }
p { color: rgb(187,60,233); }
H1.HeaderClassName
{
color: #BB3CE9;
}
.AnyTagClassName
{
color: #BB3CE9;
}
</style>
background-color css
<style>
a { background-color: #BB3CE9; }
a { background-color: rgb(187,60,233); }
div.DivClassName
{
background-color: #BB3CE9;
}
.BgClassName
{
background-color: #BB3CE9;
}
</style>
border-color css
<style>
span { border-color: #BB3CE9; }
span { border-color: rgb(187,60,233); }
td.TdClassName
{
border-color: #BB3CE9;
}
.TagClassName
{
border-color: #BB3CE9;
}
</style>