Shades of Medium Orchid #B05FCD
Tints of Medium Orchid #B05FCD
RGB
CMYK
RGB Variations
Color information
#B05FCD (or 0xB05FCD) is known color: Medium Orchid. HEX triplet: B0, 5F and CD. RGB value is (176,95,205). Sum of RGB (Red+Green+Blue) = 176+95+205=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #B05FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FCD is #4FA032. Grayscale: #838383. Windows color (decimal): -5218355 or 13459376. OLE color: 13459376.
HSL color Cylindrical-coordinate representation of color #B05FCD: hue angle of 284.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05FCD is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 95 | 205 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.20 |
| HSL | 284.18º | 0.52% | 0.59% | - |
| HSV(B) | 284.18º | 0.54% | 0.8% | - |
| XYZ | 33.02 | 21.82 | 60.23 | - |
| YUV | 131.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 205 | 0.14 | 0.54 | 0 | 0.20 | 284.18 | 0.52 | 0.59 |
| Hex | B0 | 5F | CD | E | 36 | 0 | 14 | 11C | 34 | 3B |
| Octal | 260 | 137 | 315 | 16 | 66 | 0 | 24 | 434 | 64 | 73 |
| Binary | 10110000 | 1011111 | 11001101 | 1110 | 110110 | 0 | 10100 | 100011100 | 110100 | 111011 |
Color Harmonies of #B05FCD
Complementary color
Monochromatic Colors of #B05FCD
Black with #B05FCD
Text Example
Text Example
White with #B05FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FCD; }
p { color: rgb(176,95,205); }
H1.HeaderClassName
{
color: #B05FCD;
}
.AnyTagClassName
{
color: #B05FCD;
}
</style>
background-color css
<style>
a { background-color: #B05FCD; }
a { background-color: rgb(176,95,205); }
div.DivClassName
{
background-color: #B05FCD;
}
.BgClassName
{
background-color: #B05FCD;
}
</style>
border-color css
<style>
span { border-color: #B05FCD; }
span { border-color: rgb(176,95,205); }
td.TdClassName
{
border-color: #B05FCD;
}
.TagClassName
{
border-color: #B05FCD;
}
</style>