Shades of Medium Orchid #BD55F2
Tints of Medium Orchid #BD55F2
RGB
CMYK
RGB Variations
Color information
#BD55F2 (or 0xBD55F2) is known color: Medium Orchid. HEX triplet: BD, 55 and F2. RGB value is (189,85,242). Sum of RGB (Red+Green+Blue) = 189+85+242=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD55F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55F2 is #42AA0D. Grayscale: #858585. Windows color (decimal): -4368910 or 15881661. OLE color: 15881661.
HSL color Cylindrical-coordinate representation of color #BD55F2: hue angle of 279.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD55F2 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 85 | 242 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.05 |
| HSL | 279.75º | 0.86% | 0.64% | - |
| HSV(B) | 279.75º | 0.65% | 0.95% | - |
| XYZ | 40.26 | 23.73 | 86.46 | - |
| YUV | 133.99 | 188.96 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 242 | 0.22 | 0.65 | 0 | 0.05 | 279.75 | 0.86 | 0.64 |
| Hex | BD | 55 | F2 | 16 | 41 | 0 | 5 | 118 | 56 | 40 |
| Octal | 275 | 125 | 362 | 26 | 101 | 0 | 5 | 430 | 126 | 100 |
| Binary | 10111101 | 1010101 | 11110010 | 10110 | 1000001 | 0 | 101 | 100011000 | 1010110 | 1000000 |
Color Harmonies of #BD55F2
Complementary color
Monochromatic Colors of #BD55F2
Black with #BD55F2
Text Example
Text Example
White with #BD55F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55F2; }
p { color: rgb(189,85,242); }
H1.HeaderClassName
{
color: #BD55F2;
}
.AnyTagClassName
{
color: #BD55F2;
}
</style>
background-color css
<style>
a { background-color: #BD55F2; }
a { background-color: rgb(189,85,242); }
div.DivClassName
{
background-color: #BD55F2;
}
.BgClassName
{
background-color: #BD55F2;
}
</style>
border-color css
<style>
span { border-color: #BD55F2; }
span { border-color: rgb(189,85,242); }
td.TdClassName
{
border-color: #BD55F2;
}
.TagClassName
{
border-color: #BD55F2;
}
</style>