Shades of Medium Orchid #BB4AF9
Tints of Medium Orchid #BB4AF9
RGB
CMYK
RGB Variations
Color information
#BB4AF9 (or 0xBB4AF9) is known color: Medium Orchid. HEX triplet: BB, 4A and F9. RGB value is (187,74,249). Sum of RGB (Red+Green+Blue) = 187+74+249=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB4AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AF9 is #44B506. Grayscale: #7F7F7F. Windows color (decimal): -4502791 or 16337595. OLE color: 16337595.
HSL color Cylindrical-coordinate representation of color #BB4AF9: hue angle of 278.74º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4AF9 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 74 | 249 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.02 |
| HSL | 278.74º | 0.94% | 0.63% | - |
| HSV(B) | 278.74º | 0.7% | 0.98% | - |
| XYZ | 40.04 | 22.3 | 91.82 | - |
| YUV | 127.74 | 196.44 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 249 | 0.25 | 0.70 | 0 | 0.02 | 278.74 | 0.94 | 0.63 |
| Hex | BB | 4A | F9 | 19 | 46 | 0 | 2 | 117 | 5E | 3F |
| Octal | 273 | 112 | 371 | 31 | 106 | 0 | 2 | 427 | 136 | 77 |
| Binary | 10111011 | 1001010 | 11111001 | 11001 | 1000110 | 0 | 10 | 100010111 | 1011110 | 111111 |
Color Harmonies of #BB4AF9
Complementary color
Monochromatic Colors of #BB4AF9
Black with #BB4AF9
Text Example
Text Example
White with #BB4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AF9; }
p { color: rgb(187,74,249); }
H1.HeaderClassName
{
color: #BB4AF9;
}
.AnyTagClassName
{
color: #BB4AF9;
}
</style>
background-color css
<style>
a { background-color: #BB4AF9; }
a { background-color: rgb(187,74,249); }
div.DivClassName
{
background-color: #BB4AF9;
}
.BgClassName
{
background-color: #BB4AF9;
}
</style>
border-color css
<style>
span { border-color: #BB4AF9; }
span { border-color: rgb(187,74,249); }
td.TdClassName
{
border-color: #BB4AF9;
}
.TagClassName
{
border-color: #BB4AF9;
}
</style>