Shades of Medium Orchid #BD52FF
Tints of Medium Orchid #BD52FF
RGB
CMYK
RGB Variations
Color information
#BD52FF (or 0xBD52FF) is known color: Medium Orchid. HEX triplet: BD, 52 and FF. RGB value is (189,82,255). Sum of RGB (Red+Green+Blue) = 189+82+255=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD52FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD52FF is #42AD00. Grayscale: #858585. Windows color (decimal): -4369665 or 16732861. OLE color: 16732861.
HSL color Cylindrical-coordinate representation of color #BD52FF: hue angle of 277.11º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD52FF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 82 | 255 | - |
| CMYK | 0.26 | 0.68 | 0 | 0 |
| HSL | 277.11º | 1% | 0.66% | - |
| HSV(B) | 277.11º | 0.68% | 1% | - |
| XYZ | 42.05 | 24.07 | 97.04 | - |
| YUV | 133.72 | 196.45 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 255 | 0.26 | 0.68 | 0 | 0 | 277.11 | 1 | 0.66 |
| Hex | BD | 52 | FF | 1A | 44 | 0 | 0 | 115 | 64 | 42 |
| Octal | 275 | 122 | 377 | 32 | 104 | 0 | 0 | 425 | 144 | 102 |
| Binary | 10111101 | 1010010 | 11111111 | 11010 | 1000100 | 0 | 0 | 100010101 | 1100100 | 1000010 |
Color Harmonies of #BD52FF
Complementary color
Monochromatic Colors of #BD52FF
Black with #BD52FF
Text Example
Text Example
White with #BD52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52FF; }
p { color: rgb(189,82,255); }
H1.HeaderClassName
{
color: #BD52FF;
}
.AnyTagClassName
{
color: #BD52FF;
}
</style>
background-color css
<style>
a { background-color: #BD52FF; }
a { background-color: rgb(189,82,255); }
div.DivClassName
{
background-color: #BD52FF;
}
.BgClassName
{
background-color: #BD52FF;
}
</style>
border-color css
<style>
span { border-color: #BD52FF; }
span { border-color: rgb(189,82,255); }
td.TdClassName
{
border-color: #BD52FF;
}
.TagClassName
{
border-color: #BD52FF;
}
</style>