Shades of Medium Orchid #BB4FEB
Tints of Medium Orchid #BB4FEB
RGB
CMYK
RGB Variations
Color information
#BB4FEB (or 0xBB4FEB) is known color: Medium Orchid. HEX triplet: BB, 4F and EB. RGB value is (187,79,235). Sum of RGB (Red+Green+Blue) = 187+79+235=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FEB is #44B014. Grayscale: #808080. Windows color (decimal): -4501525 or 15421371. OLE color: 15421371.
HSL color Cylindrical-coordinate representation of color #BB4FEB: hue angle of 281.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4FEB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 79 | 235 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.08 |
| HSL | 281.54º | 0.8% | 0.62% | - |
| HSV(B) | 281.54º | 0.66% | 0.92% | - |
| XYZ | 38.28 | 22.15 | 80.86 | - |
| YUV | 129.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 235 | 0.20 | 0.66 | 0 | 0.08 | 281.54 | 0.8 | 0.62 |
| Hex | BB | 4F | EB | 14 | 42 | 0 | 8 | 11A | 50 | 3E |
| Octal | 273 | 117 | 353 | 24 | 102 | 0 | 10 | 432 | 120 | 76 |
| Binary | 10111011 | 1001111 | 11101011 | 10100 | 1000010 | 0 | 1000 | 100011010 | 1010000 | 111110 |
Color Harmonies of #BB4FEB
Complementary color
Monochromatic Colors of #BB4FEB
Black with #BB4FEB
Text Example
Text Example
White with #BB4FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FEB; }
p { color: rgb(187,79,235); }
H1.HeaderClassName
{
color: #BB4FEB;
}
.AnyTagClassName
{
color: #BB4FEB;
}
</style>
background-color css
<style>
a { background-color: #BB4FEB; }
a { background-color: rgb(187,79,235); }
div.DivClassName
{
background-color: #BB4FEB;
}
.BgClassName
{
background-color: #BB4FEB;
}
</style>
border-color css
<style>
span { border-color: #BB4FEB; }
span { border-color: rgb(187,79,235); }
td.TdClassName
{
border-color: #BB4FEB;
}
.TagClassName
{
border-color: #BB4FEB;
}
</style>