Shades of Medium Orchid #BB41FC
Tints of Medium Orchid #BB41FC
RGB
CMYK
RGB Variations
Color information
#BB41FC (or 0xBB41FC) is known color: Medium Orchid. HEX triplet: BB, 41 and FC. RGB value is (187,65,252). Sum of RGB (Red+Green+Blue) = 187+65+252=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB41FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41FC is #44BE03. Grayscale: #7A7A7A. Windows color (decimal): -4505092 or 16531899. OLE color: 16531899.
HSL color Cylindrical-coordinate representation of color #BB41FC: hue angle of 279.14º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB41FC is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 65 | 252 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.01 |
| HSL | 279.14º | 0.97% | 0.62% | - |
| HSV(B) | 279.14º | 0.74% | 0.99% | - |
| XYZ | 39.95 | 21.37 | 94.12 | - |
| YUV | 122.8 | 200.92 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 252 | 0.26 | 0.74 | 0 | 0.01 | 279.14 | 0.97 | 0.62 |
| Hex | BB | 41 | FC | 1A | 4A | 0 | 1 | 117 | 61 | 3E |
| Octal | 273 | 101 | 374 | 32 | 112 | 0 | 1 | 427 | 141 | 76 |
| Binary | 10111011 | 1000001 | 11111100 | 11010 | 1001010 | 0 | 1 | 100010111 | 1100001 | 111110 |
Color Harmonies of #BB41FC
Complementary color
Monochromatic Colors of #BB41FC
Black with #BB41FC
Text Example
Text Example
White with #BB41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41FC; }
p { color: rgb(187,65,252); }
H1.HeaderClassName
{
color: #BB41FC;
}
.AnyTagClassName
{
color: #BB41FC;
}
</style>
background-color css
<style>
a { background-color: #BB41FC; }
a { background-color: rgb(187,65,252); }
div.DivClassName
{
background-color: #BB41FC;
}
.BgClassName
{
background-color: #BB41FC;
}
</style>
border-color css
<style>
span { border-color: #BB41FC; }
span { border-color: rgb(187,65,252); }
td.TdClassName
{
border-color: #BB41FC;
}
.TagClassName
{
border-color: #BB41FC;
}
</style>