Shades of Medium Orchid #B05FDC
Tints of Medium Orchid #B05FDC
RGB
CMYK
RGB Variations
Color information
#B05FDC (or 0xB05FDC) is known color: Medium Orchid. HEX triplet: B0, 5F and DC. RGB value is (176,95,220). Sum of RGB (Red+Green+Blue) = 176+95+220=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #B05FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FDC is #4FA023. Grayscale: #858585. Windows color (decimal): -5218340 or 14442416. OLE color: 14442416.
HSL color Cylindrical-coordinate representation of color #B05FDC: hue angle of 278.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B05FDC is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 95 | 220 | - |
| CMYK | 0.2 | 0.57 | 0 | 0.14 |
| HSL | 278.88º | 0.64% | 0.62% | - |
| HSV(B) | 278.88º | 0.57% | 0.86% | - |
| XYZ | 34.91 | 22.58 | 70.23 | - |
| YUV | 133.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 220 | 0.2 | 0.57 | 0 | 0.14 | 278.88 | 0.64 | 0.62 |
| Hex | B0 | 5F | DC | 14 | 39 | 0 | E | 117 | 40 | 3E |
| Octal | 260 | 137 | 334 | 24 | 71 | 0 | 16 | 427 | 100 | 76 |
| Binary | 10110000 | 1011111 | 11011100 | 10100 | 111001 | 0 | 1110 | 100010111 | 1000000 | 111110 |
Color Harmonies of #B05FDC
Complementary color
Monochromatic Colors of #B05FDC
Black with #B05FDC
Text Example
Text Example
White with #B05FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FDC; }
p { color: rgb(176,95,220); }
H1.HeaderClassName
{
color: #B05FDC;
}
.AnyTagClassName
{
color: #B05FDC;
}
</style>
background-color css
<style>
a { background-color: #B05FDC; }
a { background-color: rgb(176,95,220); }
div.DivClassName
{
background-color: #B05FDC;
}
.BgClassName
{
background-color: #B05FDC;
}
</style>
border-color css
<style>
span { border-color: #B05FDC; }
span { border-color: rgb(176,95,220); }
td.TdClassName
{
border-color: #B05FDC;
}
.TagClassName
{
border-color: #B05FDC;
}
</style>