Shades of Medium Orchid #B05CDC
Tints of Medium Orchid #B05CDC
RGB
CMYK
RGB Variations
Color information
#B05CDC (or 0xB05CDC) is known color: Medium Orchid. HEX triplet: B0, 5C and DC. RGB value is (176,92,220). Sum of RGB (Red+Green+Blue) = 176+92+220=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B05CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CDC is #4FA323. Grayscale: #838383. Windows color (decimal): -5219108 or 14441648. OLE color: 14441648.
HSL color Cylindrical-coordinate representation of color #B05CDC: hue angle of 279.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B05CDC is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 92 | 220 | - |
| CMYK | 0.2 | 0.58 | 0 | 0.14 |
| HSL | 279.38º | 0.65% | 0.61% | - |
| HSV(B) | 279.38º | 0.58% | 0.86% | - |
| XYZ | 34.65 | 22.05 | 70.14 | - |
| YUV | 131.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 220 | 0.2 | 0.58 | 0 | 0.14 | 279.38 | 0.65 | 0.61 |
| Hex | B0 | 5C | DC | 14 | 3A | 0 | E | 117 | 41 | 3D |
| Octal | 260 | 134 | 334 | 24 | 72 | 0 | 16 | 427 | 101 | 75 |
| Binary | 10110000 | 1011100 | 11011100 | 10100 | 111010 | 0 | 1110 | 100010111 | 1000001 | 111101 |
Color Harmonies of #B05CDC
Complementary color
Monochromatic Colors of #B05CDC
Black with #B05CDC
Text Example
Text Example
White with #B05CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05CDC; }
p { color: rgb(176,92,220); }
H1.HeaderClassName
{
color: #B05CDC;
}
.AnyTagClassName
{
color: #B05CDC;
}
</style>
background-color css
<style>
a { background-color: #B05CDC; }
a { background-color: rgb(176,92,220); }
div.DivClassName
{
background-color: #B05CDC;
}
.BgClassName
{
background-color: #B05CDC;
}
</style>
border-color css
<style>
span { border-color: #B05CDC; }
span { border-color: rgb(176,92,220); }
td.TdClassName
{
border-color: #B05CDC;
}
.TagClassName
{
border-color: #B05CDC;
}
</style>