Shades of Medium Orchid #BD34F9
Tints of Medium Orchid #BD34F9
RGB
CMYK
RGB Variations
Color information
#BD34F9 (or 0xBD34F9) is known color: Medium Orchid. HEX triplet: BD, 34 and F9. RGB value is (189,52,249). Sum of RGB (Red+Green+Blue) = 189+52+249=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD34F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD34F9 is #42CB06. Grayscale: #727272. Windows color (decimal): -4377351 or 16331965. OLE color: 16331965.
HSL color Cylindrical-coordinate representation of color #BD34F9: hue angle of 281.73º 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 #BD34F9 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 52 | 249 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.02 |
| HSL | 281.73º | 0.94% | 0.59% | - |
| HSV(B) | 281.73º | 0.79% | 0.98% | - |
| XYZ | 39.31 | 20.11 | 91.43 | - |
| YUV | 115.42 | 203.39 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 249 | 0.24 | 0.79 | 0 | 0.02 | 281.73 | 0.94 | 0.59 |
| Hex | BD | 34 | F9 | 18 | 4F | 0 | 2 | 11A | 5E | 3B |
| Octal | 275 | 64 | 371 | 30 | 117 | 0 | 2 | 432 | 136 | 73 |
| Binary | 10111101 | 110100 | 11111001 | 11000 | 1001111 | 0 | 10 | 100011010 | 1011110 | 111011 |
Color Harmonies of #BD34F9
Complementary color
Monochromatic Colors of #BD34F9
Black with #BD34F9
Text Example
Text Example
White with #BD34F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34F9; }
p { color: rgb(189,52,249); }
H1.HeaderClassName
{
color: #BD34F9;
}
.AnyTagClassName
{
color: #BD34F9;
}
</style>
background-color css
<style>
a { background-color: #BD34F9; }
a { background-color: rgb(189,52,249); }
div.DivClassName
{
background-color: #BD34F9;
}
.BgClassName
{
background-color: #BD34F9;
}
</style>
border-color css
<style>
span { border-color: #BD34F9; }
span { border-color: rgb(189,52,249); }
td.TdClassName
{
border-color: #BD34F9;
}
.TagClassName
{
border-color: #BD34F9;
}
</style>