Shades of Medium Orchid #BB34F9
Tints of Medium Orchid #BB34F9
RGB
CMYK
RGB Variations
Color information
#BB34F9 (or 0xBB34F9) is known color: Medium Orchid. HEX triplet: BB, 34 and F9. RGB value is (187,52,249). Sum of RGB (Red+Green+Blue) = 187+52+249=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB34F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB34F9 is #44CB06. Grayscale: #727272. Windows color (decimal): -4508423 or 16331963. OLE color: 16331963.
HSL color Cylindrical-coordinate representation of color #BB34F9: hue angle of 281.12º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB34F9 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 52 | 249 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.02 |
| HSL | 281.12º | 0.94% | 0.59% | - |
| HSV(B) | 281.12º | 0.79% | 0.98% | - |
| XYZ | 38.82 | 19.86 | 91.41 | - |
| YUV | 114.82 | 203.73 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 249 | 0.25 | 0.79 | 0 | 0.02 | 281.12 | 0.94 | 0.59 |
| Hex | BB | 34 | F9 | 19 | 4F | 0 | 2 | 119 | 5E | 3B |
| Octal | 273 | 64 | 371 | 31 | 117 | 0 | 2 | 431 | 136 | 73 |
| Binary | 10111011 | 110100 | 11111001 | 11001 | 1001111 | 0 | 10 | 100011001 | 1011110 | 111011 |
Color Harmonies of #BB34F9
Complementary color
Monochromatic Colors of #BB34F9
Black with #BB34F9
Text Example
Text Example
White with #BB34F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34F9; }
p { color: rgb(187,52,249); }
H1.HeaderClassName
{
color: #BB34F9;
}
.AnyTagClassName
{
color: #BB34F9;
}
</style>
background-color css
<style>
a { background-color: #BB34F9; }
a { background-color: rgb(187,52,249); }
div.DivClassName
{
background-color: #BB34F9;
}
.BgClassName
{
background-color: #BB34F9;
}
</style>
border-color css
<style>
span { border-color: #BB34F9; }
span { border-color: rgb(187,52,249); }
td.TdClassName
{
border-color: #BB34F9;
}
.TagClassName
{
border-color: #BB34F9;
}
</style>