Shades of Medium Orchid #BB5DF9
Tints of Medium Orchid #BB5DF9
RGB
CMYK
RGB Variations
Color information
#BB5DF9 (or 0xBB5DF9) is known color: Medium Orchid. HEX triplet: BB, 5D and F9. RGB value is (187,93,249). Sum of RGB (Red+Green+Blue) = 187+93+249=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB5DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DF9 is #44A206. Grayscale: #8A8A8A. Windows color (decimal): -4497927 or 16342459. OLE color: 16342459.
HSL color Cylindrical-coordinate representation of color #BB5DF9: hue angle of 276.15º degrees, saturation: 0.93, 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 #BB5DF9 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 93 | 249 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.02 |
| HSL | 276.15º | 0.93% | 0.67% | - |
| HSV(B) | 276.15º | 0.63% | 0.98% | - |
| XYZ | 41.51 | 25.23 | 92.31 | - |
| YUV | 138.89 | 190.14 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 249 | 0.25 | 0.63 | 0 | 0.02 | 276.15 | 0.93 | 0.67 |
| Hex | BB | 5D | F9 | 19 | 3F | 0 | 2 | 114 | 5D | 43 |
| Octal | 273 | 135 | 371 | 31 | 77 | 0 | 2 | 424 | 135 | 103 |
| Binary | 10111011 | 1011101 | 11111001 | 11001 | 111111 | 0 | 10 | 100010100 | 1011101 | 1000011 |
Color Harmonies of #BB5DF9
Complementary color
Monochromatic Colors of #BB5DF9
Black with #BB5DF9
Text Example
Text Example
White with #BB5DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DF9; }
p { color: rgb(187,93,249); }
H1.HeaderClassName
{
color: #BB5DF9;
}
.AnyTagClassName
{
color: #BB5DF9;
}
</style>
background-color css
<style>
a { background-color: #BB5DF9; }
a { background-color: rgb(187,93,249); }
div.DivClassName
{
background-color: #BB5DF9;
}
.BgClassName
{
background-color: #BB5DF9;
}
</style>
border-color css
<style>
span { border-color: #BB5DF9; }
span { border-color: rgb(187,93,249); }
td.TdClassName
{
border-color: #BB5DF9;
}
.TagClassName
{
border-color: #BB5DF9;
}
</style>