Shades of Medium Orchid #BB40FC
Tints of Medium Orchid #BB40FC
RGB
CMYK
RGB Variations
Color information
#BB40FC (or 0xBB40FC) is known color: Medium Orchid. HEX triplet: BB, 40 and FC. RGB value is (187,64,252). Sum of RGB (Red+Green+Blue) = 187+64+252=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB40FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB40FC is #44BF03. Grayscale: #797979. Windows color (decimal): -4505348 or 16531643. OLE color: 16531643.
HSL color Cylindrical-coordinate representation of color #BB40FC: hue angle of 279.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB40FC is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 64 | 252 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.01 |
| HSL | 279.26º | 0.97% | 0.62% | - |
| HSV(B) | 279.26º | 0.75% | 0.99% | - |
| XYZ | 39.9 | 21.26 | 94.1 | - |
| YUV | 122.21 | 201.25 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 252 | 0.26 | 0.75 | 0 | 0.01 | 279.26 | 0.97 | 0.62 |
| Hex | BB | 40 | FC | 1A | 4B | 0 | 1 | 117 | 61 | 3E |
| Octal | 273 | 100 | 374 | 32 | 113 | 0 | 1 | 427 | 141 | 76 |
| Binary | 10111011 | 1000000 | 11111100 | 11010 | 1001011 | 0 | 1 | 100010111 | 1100001 | 111110 |
Color Harmonies of #BB40FC
Complementary color
Monochromatic Colors of #BB40FC
Black with #BB40FC
Text Example
Text Example
White with #BB40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40FC; }
p { color: rgb(187,64,252); }
H1.HeaderClassName
{
color: #BB40FC;
}
.AnyTagClassName
{
color: #BB40FC;
}
</style>
background-color css
<style>
a { background-color: #BB40FC; }
a { background-color: rgb(187,64,252); }
div.DivClassName
{
background-color: #BB40FC;
}
.BgClassName
{
background-color: #BB40FC;
}
</style>
border-color css
<style>
span { border-color: #BB40FC; }
span { border-color: rgb(187,64,252); }
td.TdClassName
{
border-color: #BB40FC;
}
.TagClassName
{
border-color: #BB40FC;
}
</style>