Shades of Medium Orchid #BB40F4
Tints of Medium Orchid #BB40F4
RGB
CMYK
RGB Variations
Color information
#BB40F4 (or 0xBB40F4) is known color: Medium Orchid. HEX triplet: BB, 40 and F4. RGB value is (187,64,244). Sum of RGB (Red+Green+Blue) = 187+64+244=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB40F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB40F4 is #44BF0B. Grayscale: #787878. Windows color (decimal): -4505356 or 16007355. OLE color: 16007355.
HSL color Cylindrical-coordinate representation of color #BB40F4: hue angle of 281º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB40F4 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 64 | 244 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.04 |
| HSL | 281º | 0.89% | 0.6% | - |
| HSV(B) | 281º | 0.74% | 0.96% | - |
| XYZ | 38.66 | 20.76 | 87.56 | - |
| YUV | 121.3 | 197.25 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 244 | 0.23 | 0.74 | 0 | 0.04 | 281 | 0.89 | 0.6 |
| Hex | BB | 40 | F4 | 17 | 4A | 0 | 4 | 119 | 59 | 3C |
| Octal | 273 | 100 | 364 | 27 | 112 | 0 | 4 | 431 | 131 | 74 |
| Binary | 10111011 | 1000000 | 11110100 | 10111 | 1001010 | 0 | 100 | 100011001 | 1011001 | 111100 |
Color Harmonies of #BB40F4
Complementary color
Monochromatic Colors of #BB40F4
Black with #BB40F4
Text Example
Text Example
White with #BB40F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40F4; }
p { color: rgb(187,64,244); }
H1.HeaderClassName
{
color: #BB40F4;
}
.AnyTagClassName
{
color: #BB40F4;
}
</style>
background-color css
<style>
a { background-color: #BB40F4; }
a { background-color: rgb(187,64,244); }
div.DivClassName
{
background-color: #BB40F4;
}
.BgClassName
{
background-color: #BB40F4;
}
</style>
border-color css
<style>
span { border-color: #BB40F4; }
span { border-color: rgb(187,64,244); }
td.TdClassName
{
border-color: #BB40F4;
}
.TagClassName
{
border-color: #BB40F4;
}
</style>