Shades of Medium Orchid #BB35EA
Tints of Medium Orchid #BB35EA
RGB
CMYK
RGB Variations
Color information
#BB35EA (or 0xBB35EA) is known color: Medium Orchid. HEX triplet: BB, 35 and EA. RGB value is (187,53,234). Sum of RGB (Red+Green+Blue) = 187+53+234=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB35EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB35EA is #44CA15. Grayscale: #717171. Windows color (decimal): -4508182 or 15349179. OLE color: 15349179.
HSL color Cylindrical-coordinate representation of color #BB35EA: hue angle of 284.42º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB35EA is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 53 | 234 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.08 |
| HSL | 284.42º | 0.81% | 0.56% | - |
| HSV(B) | 284.42º | 0.77% | 0.92% | - |
| XYZ | 36.62 | 19.05 | 79.59 | - |
| YUV | 113.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 234 | 0.20 | 0.77 | 0 | 0.08 | 284.42 | 0.81 | 0.56 |
| Hex | BB | 35 | EA | 14 | 4D | 0 | 8 | 11C | 51 | 38 |
| Octal | 273 | 65 | 352 | 24 | 115 | 0 | 10 | 434 | 121 | 70 |
| Binary | 10111011 | 110101 | 11101010 | 10100 | 1001101 | 0 | 1000 | 100011100 | 1010001 | 111000 |
Color Harmonies of #BB35EA
Complementary color
Monochromatic Colors of #BB35EA
Black with #BB35EA
Text Example
Text Example
White with #BB35EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB35EA; }
p { color: rgb(187,53,234); }
H1.HeaderClassName
{
color: #BB35EA;
}
.AnyTagClassName
{
color: #BB35EA;
}
</style>
background-color css
<style>
a { background-color: #BB35EA; }
a { background-color: rgb(187,53,234); }
div.DivClassName
{
background-color: #BB35EA;
}
.BgClassName
{
background-color: #BB35EA;
}
</style>
border-color css
<style>
span { border-color: #BB35EA; }
span { border-color: rgb(187,53,234); }
td.TdClassName
{
border-color: #BB35EA;
}
.TagClassName
{
border-color: #BB35EA;
}
</style>