Shades of Medium Orchid #BB41F8
Tints of Medium Orchid #BB41F8
RGB
CMYK
RGB Variations
Color information
#BB41F8 (or 0xBB41F8) is known color: Medium Orchid. HEX triplet: BB, 41 and F8. RGB value is (187,65,248). Sum of RGB (Red+Green+Blue) = 187+65+248=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB41F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41F8 is #44BE07. Grayscale: #797979. Windows color (decimal): -4505096 or 16269755. OLE color: 16269755.
HSL color Cylindrical-coordinate representation of color #BB41F8: hue angle of 280º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB41F8 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 65 | 248 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.03 |
| HSL | 280º | 0.93% | 0.61% | - |
| HSV(B) | 280º | 0.74% | 0.97% | - |
| XYZ | 39.33 | 21.12 | 90.81 | - |
| YUV | 122.34 | 198.92 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 248 | 0.25 | 0.74 | 0 | 0.03 | 280 | 0.93 | 0.61 |
| Hex | BB | 41 | F8 | 19 | 4A | 0 | 3 | 118 | 5D | 3D |
| Octal | 273 | 101 | 370 | 31 | 112 | 0 | 3 | 430 | 135 | 75 |
| Binary | 10111011 | 1000001 | 11111000 | 11001 | 1001010 | 0 | 11 | 100011000 | 1011101 | 111101 |
Color Harmonies of #BB41F8
Complementary color
Monochromatic Colors of #BB41F8
Black with #BB41F8
Text Example
Text Example
White with #BB41F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41F8; }
p { color: rgb(187,65,248); }
H1.HeaderClassName
{
color: #BB41F8;
}
.AnyTagClassName
{
color: #BB41F8;
}
</style>
background-color css
<style>
a { background-color: #BB41F8; }
a { background-color: rgb(187,65,248); }
div.DivClassName
{
background-color: #BB41F8;
}
.BgClassName
{
background-color: #BB41F8;
}
</style>
border-color css
<style>
span { border-color: #BB41F8; }
span { border-color: rgb(187,65,248); }
td.TdClassName
{
border-color: #BB41F8;
}
.TagClassName
{
border-color: #BB41F8;
}
</style>