Shades of Medium Orchid #BB4BFC
Tints of Medium Orchid #BB4BFC
RGB
CMYK
RGB Variations
Color information
#BB4BFC (or 0xBB4BFC) is known color: Medium Orchid. HEX triplet: BB, 4B and FC. RGB value is (187,75,252). Sum of RGB (Red+Green+Blue) = 187+75+252=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB4BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4BFC is #44B403. Grayscale: #808080. Windows color (decimal): -4502532 or 16534459. OLE color: 16534459.
HSL color Cylindrical-coordinate representation of color #BB4BFC: hue angle of 277.97º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4BFC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 75 | 252 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.01 |
| HSL | 277.97º | 0.97% | 0.64% | - |
| HSV(B) | 277.97º | 0.7% | 0.99% | - |
| XYZ | 40.58 | 22.63 | 94.32 | - |
| YUV | 128.67 | 197.61 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 252 | 0.26 | 0.70 | 0 | 0.01 | 277.97 | 0.97 | 0.64 |
| Hex | BB | 4B | FC | 1A | 46 | 0 | 1 | 116 | 61 | 40 |
| Octal | 273 | 113 | 374 | 32 | 106 | 0 | 1 | 426 | 141 | 100 |
| Binary | 10111011 | 1001011 | 11111100 | 11010 | 1000110 | 0 | 1 | 100010110 | 1100001 | 1000000 |
Color Harmonies of #BB4BFC
Complementary color
Monochromatic Colors of #BB4BFC
Black with #BB4BFC
Text Example
Text Example
White with #BB4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4BFC; }
p { color: rgb(187,75,252); }
H1.HeaderClassName
{
color: #BB4BFC;
}
.AnyTagClassName
{
color: #BB4BFC;
}
</style>
background-color css
<style>
a { background-color: #BB4BFC; }
a { background-color: rgb(187,75,252); }
div.DivClassName
{
background-color: #BB4BFC;
}
.BgClassName
{
background-color: #BB4BFC;
}
</style>
border-color css
<style>
span { border-color: #BB4BFC; }
span { border-color: rgb(187,75,252); }
td.TdClassName
{
border-color: #BB4BFC;
}
.TagClassName
{
border-color: #BB4BFC;
}
</style>