Shades of Medium Orchid #BB5DFA
Tints of Medium Orchid #BB5DFA
RGB
CMYK
RGB Variations
Color information
#BB5DFA (or 0xBB5DFA) is known color: Medium Orchid. HEX triplet: BB, 5D and FA. RGB value is (187,93,250). Sum of RGB (Red+Green+Blue) = 187+93+250=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DFA is #44A205. Grayscale: #8A8A8A. Windows color (decimal): -4497926 or 16407995. OLE color: 16407995.
HSL color Cylindrical-coordinate representation of color #BB5DFA: hue angle of 275.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5DFA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 93 | 250 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.02 |
| HSL | 275.92º | 0.94% | 0.67% | - |
| HSV(B) | 275.92º | 0.63% | 0.98% | - |
| XYZ | 41.66 | 25.3 | 93.13 | - |
| YUV | 139 | 190.64 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 250 | 0.25 | 0.63 | 0 | 0.02 | 275.92 | 0.94 | 0.67 |
| Hex | BB | 5D | FA | 19 | 3F | 0 | 2 | 114 | 5E | 43 |
| Octal | 273 | 135 | 372 | 31 | 77 | 0 | 2 | 424 | 136 | 103 |
| Binary | 10111011 | 1011101 | 11111010 | 11001 | 111111 | 0 | 10 | 100010100 | 1011110 | 1000011 |
Color Harmonies of #BB5DFA
Complementary color
Monochromatic Colors of #BB5DFA
Black with #BB5DFA
Text Example
Text Example
White with #BB5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DFA; }
p { color: rgb(187,93,250); }
H1.HeaderClassName
{
color: #BB5DFA;
}
.AnyTagClassName
{
color: #BB5DFA;
}
</style>
background-color css
<style>
a { background-color: #BB5DFA; }
a { background-color: rgb(187,93,250); }
div.DivClassName
{
background-color: #BB5DFA;
}
.BgClassName
{
background-color: #BB5DFA;
}
</style>
border-color css
<style>
span { border-color: #BB5DFA; }
span { border-color: rgb(187,93,250); }
td.TdClassName
{
border-color: #BB5DFA;
}
.TagClassName
{
border-color: #BB5DFA;
}
</style>