Shades of Medium Orchid #BB5AF0
Tints of Medium Orchid #BB5AF0
RGB
CMYK
RGB Variations
Color information
#BB5AF0 (or 0xBB5AF0) is known color: Medium Orchid. HEX triplet: BB, 5A and F0. RGB value is (187,90,240). Sum of RGB (Red+Green+Blue) = 187+90+240=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB5AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5AF0 is #44A50F. Grayscale: #878787. Windows color (decimal): -4498704 or 15751867. OLE color: 15751867.
HSL color Cylindrical-coordinate representation of color #BB5AF0: hue angle of 278.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5AF0 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 90 | 240 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.06 |
| HSL | 278.8º | 0.83% | 0.65% | - |
| HSV(B) | 278.8º | 0.63% | 0.94% | - |
| XYZ | 39.88 | 24.17 | 85 | - |
| YUV | 136.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 240 | 0.22 | 0.62 | 0 | 0.06 | 278.8 | 0.83 | 0.65 |
| Hex | BB | 5A | F0 | 16 | 3E | 0 | 6 | 117 | 53 | 41 |
| Octal | 273 | 132 | 360 | 26 | 76 | 0 | 6 | 427 | 123 | 101 |
| Binary | 10111011 | 1011010 | 11110000 | 10110 | 111110 | 0 | 110 | 100010111 | 1010011 | 1000001 |
Color Harmonies of #BB5AF0
Complementary color
Monochromatic Colors of #BB5AF0
Black with #BB5AF0
Text Example
Text Example
White with #BB5AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5AF0; }
p { color: rgb(187,90,240); }
H1.HeaderClassName
{
color: #BB5AF0;
}
.AnyTagClassName
{
color: #BB5AF0;
}
</style>
background-color css
<style>
a { background-color: #BB5AF0; }
a { background-color: rgb(187,90,240); }
div.DivClassName
{
background-color: #BB5AF0;
}
.BgClassName
{
background-color: #BB5AF0;
}
</style>
border-color css
<style>
span { border-color: #BB5AF0; }
span { border-color: rgb(187,90,240); }
td.TdClassName
{
border-color: #BB5AF0;
}
.TagClassName
{
border-color: #BB5AF0;
}
</style>