Shades of Medium Orchid #BB51F2
Tints of Medium Orchid #BB51F2
RGB
CMYK
RGB Variations
Color information
#BB51F2 (or 0xBB51F2) is known color: Medium Orchid. HEX triplet: BB, 51 and F2. RGB value is (187,81,242). Sum of RGB (Red+Green+Blue) = 187+81+242=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB51F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB51F2 is #44AE0D. Grayscale: #828282. Windows color (decimal): -4501006 or 15880635. OLE color: 15880635.
HSL color Cylindrical-coordinate representation of color #BB51F2: hue angle of 279.5º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB51F2 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 81 | 242 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.05 |
| HSL | 279.5º | 0.86% | 0.63% | - |
| HSV(B) | 279.5º | 0.67% | 0.95% | - |
| XYZ | 39.46 | 22.86 | 86.34 | - |
| YUV | 131.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 242 | 0.23 | 0.67 | 0 | 0.05 | 279.5 | 0.86 | 0.63 |
| Hex | BB | 51 | F2 | 17 | 43 | 0 | 5 | 118 | 56 | 3F |
| Octal | 273 | 121 | 362 | 27 | 103 | 0 | 5 | 430 | 126 | 77 |
| Binary | 10111011 | 1010001 | 11110010 | 10111 | 1000011 | 0 | 101 | 100011000 | 1010110 | 111111 |
Color Harmonies of #BB51F2
Complementary color
Monochromatic Colors of #BB51F2
Black with #BB51F2
Text Example
Text Example
White with #BB51F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51F2; }
p { color: rgb(187,81,242); }
H1.HeaderClassName
{
color: #BB51F2;
}
.AnyTagClassName
{
color: #BB51F2;
}
</style>
background-color css
<style>
a { background-color: #BB51F2; }
a { background-color: rgb(187,81,242); }
div.DivClassName
{
background-color: #BB51F2;
}
.BgClassName
{
background-color: #BB51F2;
}
</style>
border-color css
<style>
span { border-color: #BB51F2; }
span { border-color: rgb(187,81,242); }
td.TdClassName
{
border-color: #BB51F2;
}
.TagClassName
{
border-color: #BB51F2;
}
</style>