Shades of Medium Orchid #B05DDC
Tints of Medium Orchid #B05DDC
RGB
CMYK
RGB Variations
Color information
#B05DDC (or 0xB05DDC) is known color: Medium Orchid. HEX triplet: B0, 5D and DC. RGB value is (176,93,220). Sum of RGB (Red+Green+Blue) = 176+93+220=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #B05DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DDC is #4FA223. Grayscale: #838383. Windows color (decimal): -5218852 or 14441904. OLE color: 14441904.
HSL color Cylindrical-coordinate representation of color #B05DDC: hue angle of 279.21º degrees, saturation: 0.64, 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 #B05DDC is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 93 | 220 | - |
| CMYK | 0.2 | 0.58 | 0 | 0.14 |
| HSL | 279.21º | 0.64% | 0.61% | - |
| HSV(B) | 279.21º | 0.58% | 0.86% | - |
| XYZ | 34.74 | 22.23 | 70.17 | - |
| YUV | 132.3 | 177.5 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 220 | 0.2 | 0.58 | 0 | 0.14 | 279.21 | 0.64 | 0.61 |
| Hex | B0 | 5D | DC | 14 | 3A | 0 | E | 117 | 40 | 3D |
| Octal | 260 | 135 | 334 | 24 | 72 | 0 | 16 | 427 | 100 | 75 |
| Binary | 10110000 | 1011101 | 11011100 | 10100 | 111010 | 0 | 1110 | 100010111 | 1000000 | 111101 |
Color Harmonies of #B05DDC
Complementary color
Monochromatic Colors of #B05DDC
Black with #B05DDC
Text Example
Text Example
White with #B05DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DDC; }
p { color: rgb(176,93,220); }
H1.HeaderClassName
{
color: #B05DDC;
}
.AnyTagClassName
{
color: #B05DDC;
}
</style>
background-color css
<style>
a { background-color: #B05DDC; }
a { background-color: rgb(176,93,220); }
div.DivClassName
{
background-color: #B05DDC;
}
.BgClassName
{
background-color: #B05DDC;
}
</style>
border-color css
<style>
span { border-color: #B05DDC; }
span { border-color: rgb(176,93,220); }
td.TdClassName
{
border-color: #B05DDC;
}
.TagClassName
{
border-color: #B05DDC;
}
</style>