Shades of Medium Orchid #BB38EA
Tints of Medium Orchid #BB38EA
RGB
CMYK
RGB Variations
Color information
#BB38EA (or 0xBB38EA) is known color: Medium Orchid. HEX triplet: BB, 38 and EA. RGB value is (187,56,234). Sum of RGB (Red+Green+Blue) = 187+56+234=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB38EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB38EA is #44C715. Grayscale: #727272. Windows color (decimal): -4507414 or 15349947. OLE color: 15349947.
HSL color Cylindrical-coordinate representation of color #BB38EA: hue angle of 284.16º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB38EA is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 56 | 234 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.08 |
| HSL | 284.16º | 0.81% | 0.57% | - |
| HSV(B) | 284.16º | 0.76% | 0.92% | - |
| XYZ | 36.76 | 19.33 | 79.64 | - |
| YUV | 115.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 234 | 0.20 | 0.76 | 0 | 0.08 | 284.16 | 0.81 | 0.57 |
| Hex | BB | 38 | EA | 14 | 4C | 0 | 8 | 11C | 51 | 39 |
| Octal | 273 | 70 | 352 | 24 | 114 | 0 | 10 | 434 | 121 | 71 |
| Binary | 10111011 | 111000 | 11101010 | 10100 | 1001100 | 0 | 1000 | 100011100 | 1010001 | 111001 |
Color Harmonies of #BB38EA
Complementary color
Monochromatic Colors of #BB38EA
Black with #BB38EA
Text Example
Text Example
White with #BB38EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB38EA; }
p { color: rgb(187,56,234); }
H1.HeaderClassName
{
color: #BB38EA;
}
.AnyTagClassName
{
color: #BB38EA;
}
</style>
background-color css
<style>
a { background-color: #BB38EA; }
a { background-color: rgb(187,56,234); }
div.DivClassName
{
background-color: #BB38EA;
}
.BgClassName
{
background-color: #BB38EA;
}
</style>
border-color css
<style>
span { border-color: #BB38EA; }
span { border-color: rgb(187,56,234); }
td.TdClassName
{
border-color: #BB38EA;
}
.TagClassName
{
border-color: #BB38EA;
}
</style>