Shades of Medium Orchid #BB4CEE
Tints of Medium Orchid #BB4CEE
RGB
CMYK
RGB Variations
Color information
#BB4CEE (or 0xBB4CEE) is known color: Medium Orchid. HEX triplet: BB, 4C and EE. RGB value is (187,76,238). Sum of RGB (Red+Green+Blue) = 187+76+238=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CEE is #44B311. Grayscale: #7F7F7F. Windows color (decimal): -4502290 or 15617211. OLE color: 15617211.
HSL color Cylindrical-coordinate representation of color #BB4CEE: hue angle of 281.11º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4CEE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 76 | 238 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.07 |
| HSL | 281.11º | 0.83% | 0.62% | - |
| HSV(B) | 281.11º | 0.68% | 0.93% | - |
| XYZ | 38.51 | 21.91 | 83.09 | - |
| YUV | 127.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 238 | 0.21 | 0.68 | 0 | 0.07 | 281.11 | 0.83 | 0.62 |
| Hex | BB | 4C | EE | 15 | 44 | 0 | 7 | 119 | 53 | 3E |
| Octal | 273 | 114 | 356 | 25 | 104 | 0 | 7 | 431 | 123 | 76 |
| Binary | 10111011 | 1001100 | 11101110 | 10101 | 1000100 | 0 | 111 | 100011001 | 1010011 | 111110 |
Color Harmonies of #BB4CEE
Complementary color
Monochromatic Colors of #BB4CEE
Black with #BB4CEE
Text Example
Text Example
White with #BB4CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CEE; }
p { color: rgb(187,76,238); }
H1.HeaderClassName
{
color: #BB4CEE;
}
.AnyTagClassName
{
color: #BB4CEE;
}
</style>
background-color css
<style>
a { background-color: #BB4CEE; }
a { background-color: rgb(187,76,238); }
div.DivClassName
{
background-color: #BB4CEE;
}
.BgClassName
{
background-color: #BB4CEE;
}
</style>
border-color css
<style>
span { border-color: #BB4CEE; }
span { border-color: rgb(187,76,238); }
td.TdClassName
{
border-color: #BB4CEE;
}
.TagClassName
{
border-color: #BB4CEE;
}
</style>