Shades of Medium Orchid #BB3BFC
Tints of Medium Orchid #BB3BFC
RGB
CMYK
RGB Variations
Color information
#BB3BFC (or 0xBB3BFC) is known color: Medium Orchid. HEX triplet: BB, 3B and FC. RGB value is (187,59,252). Sum of RGB (Red+Green+Blue) = 187+59+252=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB3BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3BFC is #44C403. Grayscale: #767676. Windows color (decimal): -4506628 or 16530363. OLE color: 16530363.
HSL color Cylindrical-coordinate representation of color #BB3BFC: hue angle of 279.79º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB3BFC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 59 | 252 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.01 |
| HSL | 279.79º | 0.97% | 0.61% | - |
| HSV(B) | 279.79º | 0.77% | 0.99% | - |
| XYZ | 39.63 | 20.72 | 94.01 | - |
| YUV | 119.27 | 202.91 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 252 | 0.26 | 0.77 | 0 | 0.01 | 279.79 | 0.97 | 0.61 |
| Hex | BB | 3B | FC | 1A | 4D | 0 | 1 | 118 | 61 | 3D |
| Octal | 273 | 73 | 374 | 32 | 115 | 0 | 1 | 430 | 141 | 75 |
| Binary | 10111011 | 111011 | 11111100 | 11010 | 1001101 | 0 | 1 | 100011000 | 1100001 | 111101 |
Color Harmonies of #BB3BFC
Complementary color
Monochromatic Colors of #BB3BFC
Black with #BB3BFC
Text Example
Text Example
White with #BB3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3BFC; }
p { color: rgb(187,59,252); }
H1.HeaderClassName
{
color: #BB3BFC;
}
.AnyTagClassName
{
color: #BB3BFC;
}
</style>
background-color css
<style>
a { background-color: #BB3BFC; }
a { background-color: rgb(187,59,252); }
div.DivClassName
{
background-color: #BB3BFC;
}
.BgClassName
{
background-color: #BB3BFC;
}
</style>
border-color css
<style>
span { border-color: #BB3BFC; }
span { border-color: rgb(187,59,252); }
td.TdClassName
{
border-color: #BB3BFC;
}
.TagClassName
{
border-color: #BB3BFC;
}
</style>