Shades of Medium Orchid #BD52F2
Tints of Medium Orchid #BD52F2
RGB
CMYK
RGB Variations
Color information
#BD52F2 (or 0xBD52F2) is known color: Medium Orchid. HEX triplet: BD, 52 and F2. RGB value is (189,82,242). Sum of RGB (Red+Green+Blue) = 189+82+242=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD52F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD52F2 is #42AD0D. Grayscale: #838383. Windows color (decimal): -4369678 or 15880893. OLE color: 15880893.
HSL color Cylindrical-coordinate representation of color #BD52F2: hue angle of 280.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD52F2 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 82 | 242 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.05 |
| HSL | 280.13º | 0.86% | 0.64% | - |
| HSV(B) | 280.13º | 0.66% | 0.95% | - |
| XYZ | 40.03 | 23.26 | 86.39 | - |
| YUV | 132.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 242 | 0.22 | 0.66 | 0 | 0.05 | 280.13 | 0.86 | 0.64 |
| Hex | BD | 52 | F2 | 16 | 42 | 0 | 5 | 118 | 56 | 40 |
| Octal | 275 | 122 | 362 | 26 | 102 | 0 | 5 | 430 | 126 | 100 |
| Binary | 10111101 | 1010010 | 11110010 | 10110 | 1000010 | 0 | 101 | 100011000 | 1010110 | 1000000 |
Color Harmonies of #BD52F2
Complementary color
Monochromatic Colors of #BD52F2
Black with #BD52F2
Text Example
Text Example
White with #BD52F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52F2; }
p { color: rgb(189,82,242); }
H1.HeaderClassName
{
color: #BD52F2;
}
.AnyTagClassName
{
color: #BD52F2;
}
</style>
background-color css
<style>
a { background-color: #BD52F2; }
a { background-color: rgb(189,82,242); }
div.DivClassName
{
background-color: #BD52F2;
}
.BgClassName
{
background-color: #BD52F2;
}
</style>
border-color css
<style>
span { border-color: #BD52F2; }
span { border-color: rgb(189,82,242); }
td.TdClassName
{
border-color: #BD52F2;
}
.TagClassName
{
border-color: #BD52F2;
}
</style>