Shades of Medium Orchid #BD35F0
Tints of Medium Orchid #BD35F0
RGB
CMYK
RGB Variations
Color information
#BD35F0 (or 0xBD35F0) is known color: Medium Orchid. HEX triplet: BD, 35 and F0. RGB value is (189,53,240). Sum of RGB (Red+Green+Blue) = 189+53+240=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD35F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD35F0 is #42CA0F. Grayscale: #727272. Windows color (decimal): -4377104 or 15742397. OLE color: 15742397.
HSL color Cylindrical-coordinate representation of color #BD35F0: hue angle of 283.64º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD35F0 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 53 | 240 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.06 |
| HSL | 283.64º | 0.86% | 0.57% | - |
| HSV(B) | 283.64º | 0.78% | 0.94% | - |
| XYZ | 37.99 | 19.66 | 84.23 | - |
| YUV | 114.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 240 | 0.21 | 0.78 | 0 | 0.06 | 283.64 | 0.86 | 0.57 |
| Hex | BD | 35 | F0 | 15 | 4E | 0 | 6 | 11C | 56 | 39 |
| Octal | 275 | 65 | 360 | 25 | 116 | 0 | 6 | 434 | 126 | 71 |
| Binary | 10111101 | 110101 | 11110000 | 10101 | 1001110 | 0 | 110 | 100011100 | 1010110 | 111001 |
Color Harmonies of #BD35F0
Complementary color
Monochromatic Colors of #BD35F0
Black with #BD35F0
Text Example
Text Example
White with #BD35F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD35F0; }
p { color: rgb(189,53,240); }
H1.HeaderClassName
{
color: #BD35F0;
}
.AnyTagClassName
{
color: #BD35F0;
}
</style>
background-color css
<style>
a { background-color: #BD35F0; }
a { background-color: rgb(189,53,240); }
div.DivClassName
{
background-color: #BD35F0;
}
.BgClassName
{
background-color: #BD35F0;
}
</style>
border-color css
<style>
span { border-color: #BD35F0; }
span { border-color: rgb(189,53,240); }
td.TdClassName
{
border-color: #BD35F0;
}
.TagClassName
{
border-color: #BD35F0;
}
</style>