Shades of Medium Orchid #BB51FF
Tints of Medium Orchid #BB51FF
RGB
CMYK
RGB Variations
Color information
#BB51FF (or 0xBB51FF) is known color: Medium Orchid. HEX triplet: BB, 51 and FF. RGB value is (187,81,255). Sum of RGB (Red+Green+Blue) = 187+81+255=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB51FF is #44AE00. Grayscale: #838383. Windows color (decimal): -4500993 or 16732603. OLE color: 16732603.
HSL color Cylindrical-coordinate representation of color #BB51FF: hue angle of 276.55º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB51FF is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 81 | 255 | - |
| CMYK | 0.27 | 0.68 | 0 | 0 |
| HSL | 276.55º | 1% | 0.66% | - |
| HSV(B) | 276.55º | 0.68% | 1% | - |
| XYZ | 41.49 | 23.67 | 96.99 | - |
| YUV | 132.53 | 197.12 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 255 | 0.27 | 0.68 | 0 | 0 | 276.55 | 1 | 0.66 |
| Hex | BB | 51 | FF | 1B | 44 | 0 | 0 | 115 | 64 | 42 |
| Octal | 273 | 121 | 377 | 33 | 104 | 0 | 0 | 425 | 144 | 102 |
| Binary | 10111011 | 1010001 | 11111111 | 11011 | 1000100 | 0 | 0 | 100010101 | 1100100 | 1000010 |
Color Harmonies of #BB51FF
Complementary color
Monochromatic Colors of #BB51FF
Black with #BB51FF
Text Example
Text Example
White with #BB51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51FF; }
p { color: rgb(187,81,255); }
H1.HeaderClassName
{
color: #BB51FF;
}
.AnyTagClassName
{
color: #BB51FF;
}
</style>
background-color css
<style>
a { background-color: #BB51FF; }
a { background-color: rgb(187,81,255); }
div.DivClassName
{
background-color: #BB51FF;
}
.BgClassName
{
background-color: #BB51FF;
}
</style>
border-color css
<style>
span { border-color: #BB51FF; }
span { border-color: rgb(187,81,255); }
td.TdClassName
{
border-color: #BB51FF;
}
.TagClassName
{
border-color: #BB51FF;
}
</style>