Shades of Medium Orchid #BD52EE
Tints of Medium Orchid #BD52EE
RGB
CMYK
RGB Variations
Color information
#BD52EE (or 0xBD52EE) is known color: Medium Orchid. HEX triplet: BD, 52 and EE. RGB value is (189,82,238). Sum of RGB (Red+Green+Blue) = 189+82+238=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD52EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD52EE is #42AD11. Grayscale: #838383. Windows color (decimal): -4369682 or 15618749. OLE color: 15618749.
HSL color Cylindrical-coordinate representation of color #BD52EE: hue angle of 281.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD52EE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 82 | 238 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.07 |
| HSL | 281.15º | 0.82% | 0.63% | - |
| HSV(B) | 281.15º | 0.66% | 0.93% | - |
| XYZ | 39.44 | 23.03 | 83.25 | - |
| YUV | 131.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 238 | 0.21 | 0.66 | 0 | 0.07 | 281.15 | 0.82 | 0.63 |
| Hex | BD | 52 | EE | 15 | 42 | 0 | 7 | 119 | 52 | 3F |
| Octal | 275 | 122 | 356 | 25 | 102 | 0 | 7 | 431 | 122 | 77 |
| Binary | 10111101 | 1010010 | 11101110 | 10101 | 1000010 | 0 | 111 | 100011001 | 1010010 | 111111 |
Color Harmonies of #BD52EE
Complementary color
Monochromatic Colors of #BD52EE
Black with #BD52EE
Text Example
Text Example
White with #BD52EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52EE; }
p { color: rgb(189,82,238); }
H1.HeaderClassName
{
color: #BD52EE;
}
.AnyTagClassName
{
color: #BD52EE;
}
</style>
background-color css
<style>
a { background-color: #BD52EE; }
a { background-color: rgb(189,82,238); }
div.DivClassName
{
background-color: #BD52EE;
}
.BgClassName
{
background-color: #BD52EE;
}
</style>
border-color css
<style>
span { border-color: #BD52EE; }
span { border-color: rgb(189,82,238); }
td.TdClassName
{
border-color: #BD52EE;
}
.TagClassName
{
border-color: #BD52EE;
}
</style>