Shades of Medium Orchid #BB41FE
Tints of Medium Orchid #BB41FE
RGB
CMYK
RGB Variations
Color information
#BB41FE (or 0xBB41FE) is known color: Medium Orchid. HEX triplet: BB, 41 and FE. RGB value is (187,65,254). Sum of RGB (Red+Green+Blue) = 187+65+254=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41FE is #44BE01. Grayscale: #7A7A7A. Windows color (decimal): -4505090 or 16662971. OLE color: 16662971.
HSL color Cylindrical-coordinate representation of color #BB41FE: hue angle of 278.73º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB41FE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 65 | 254 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.00 |
| HSL | 278.73º | 0.99% | 0.63% | - |
| HSV(B) | 278.73º | 0.74% | 1% | - |
| XYZ | 40.27 | 21.5 | 95.79 | - |
| YUV | 123.02 | 201.92 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 254 | 0.26 | 0.74 | 0 | 0.00 | 278.73 | 0.99 | 0.63 |
| Hex | BB | 41 | FE | 1A | 4A | 0 | 0 | 117 | 63 | 3F |
| Octal | 273 | 101 | 376 | 32 | 112 | 0 | 0 | 427 | 143 | 77 |
| Binary | 10111011 | 1000001 | 11111110 | 11010 | 1001010 | 0 | 0 | 100010111 | 1100011 | 111111 |
Color Harmonies of #BB41FE
Complementary color
Monochromatic Colors of #BB41FE
Black with #BB41FE
Text Example
Text Example
White with #BB41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41FE; }
p { color: rgb(187,65,254); }
H1.HeaderClassName
{
color: #BB41FE;
}
.AnyTagClassName
{
color: #BB41FE;
}
</style>
background-color css
<style>
a { background-color: #BB41FE; }
a { background-color: rgb(187,65,254); }
div.DivClassName
{
background-color: #BB41FE;
}
.BgClassName
{
background-color: #BB41FE;
}
</style>
border-color css
<style>
span { border-color: #BB41FE; }
span { border-color: rgb(187,65,254); }
td.TdClassName
{
border-color: #BB41FE;
}
.TagClassName
{
border-color: #BB41FE;
}
</style>