Shades of Medium Orchid #BB4FEF
Tints of Medium Orchid #BB4FEF
RGB
CMYK
RGB Variations
Color information
#BB4FEF (or 0xBB4FEF) is known color: Medium Orchid. HEX triplet: BB, 4F and EF. RGB value is (187,79,239). Sum of RGB (Red+Green+Blue) = 187+79+239=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB4FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FEF is #44B010. Grayscale: #818181. Windows color (decimal): -4501521 or 15683515. OLE color: 15683515.
HSL color Cylindrical-coordinate representation of color #BB4FEF: hue angle of 280.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4FEF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 79 | 239 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.06 |
| HSL | 280.5º | 0.83% | 0.62% | - |
| HSV(B) | 280.5º | 0.67% | 0.94% | - |
| XYZ | 38.87 | 22.39 | 83.93 | - |
| YUV | 129.53 | 189.78 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 239 | 0.22 | 0.67 | 0 | 0.06 | 280.5 | 0.83 | 0.62 |
| Hex | BB | 4F | EF | 16 | 43 | 0 | 6 | 118 | 53 | 3E |
| Octal | 273 | 117 | 357 | 26 | 103 | 0 | 6 | 430 | 123 | 76 |
| Binary | 10111011 | 1001111 | 11101111 | 10110 | 1000011 | 0 | 110 | 100011000 | 1010011 | 111110 |
Color Harmonies of #BB4FEF
Complementary color
Monochromatic Colors of #BB4FEF
Black with #BB4FEF
Text Example
Text Example
White with #BB4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4FEF; }
p { color: rgb(187,79,239); }
H1.HeaderClassName
{
color: #BB4FEF;
}
.AnyTagClassName
{
color: #BB4FEF;
}
</style>
background-color css
<style>
a { background-color: #BB4FEF; }
a { background-color: rgb(187,79,239); }
div.DivClassName
{
background-color: #BB4FEF;
}
.BgClassName
{
background-color: #BB4FEF;
}
</style>
border-color css
<style>
span { border-color: #BB4FEF; }
span { border-color: rgb(187,79,239); }
td.TdClassName
{
border-color: #BB4FEF;
}
.TagClassName
{
border-color: #BB4FEF;
}
</style>