Shades of Medium Orchid #BB33ED
Tints of Medium Orchid #BB33ED
RGB
CMYK
RGB Variations
Color information
#BB33ED (or 0xBB33ED) is known color: Medium Orchid. HEX triplet: BB, 33 and ED. RGB value is (187,51,237). Sum of RGB (Red+Green+Blue) = 187+51+237=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB33ED is #44CC12. Grayscale: #707070. Windows color (decimal): -4508691 or 15545275. OLE color: 15545275.
HSL color Cylindrical-coordinate representation of color #BB33ED: hue angle of 283.87º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB33ED is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 51 | 237 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.07 |
| HSL | 283.87º | 0.84% | 0.56% | - |
| HSV(B) | 283.87º | 0.78% | 0.93% | - |
| XYZ | 36.96 | 19.05 | 81.85 | - |
| YUV | 112.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 237 | 0.21 | 0.78 | 0 | 0.07 | 283.87 | 0.84 | 0.56 |
| Hex | BB | 33 | ED | 15 | 4E | 0 | 7 | 11C | 54 | 38 |
| Octal | 273 | 63 | 355 | 25 | 116 | 0 | 7 | 434 | 124 | 70 |
| Binary | 10111011 | 110011 | 11101101 | 10101 | 1001110 | 0 | 111 | 100011100 | 1010100 | 111000 |
Color Harmonies of #BB33ED
Complementary color
Monochromatic Colors of #BB33ED
Black with #BB33ED
Text Example
Text Example
White with #BB33ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB33ED; }
p { color: rgb(187,51,237); }
H1.HeaderClassName
{
color: #BB33ED;
}
.AnyTagClassName
{
color: #BB33ED;
}
</style>
background-color css
<style>
a { background-color: #BB33ED; }
a { background-color: rgb(187,51,237); }
div.DivClassName
{
background-color: #BB33ED;
}
.BgClassName
{
background-color: #BB33ED;
}
</style>
border-color css
<style>
span { border-color: #BB33ED; }
span { border-color: rgb(187,51,237); }
td.TdClassName
{
border-color: #BB33ED;
}
.TagClassName
{
border-color: #BB33ED;
}
</style>