Shades of Medium Orchid #B05FCC
Tints of Medium Orchid #B05FCC
RGB
CMYK
RGB Variations
Color information
#B05FCC (or 0xB05FCC) is known color: Medium Orchid. HEX triplet: B0, 5F and CC. RGB value is (176,95,204). Sum of RGB (Red+Green+Blue) = 176+95+204=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #B05FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FCC is #4FA033. Grayscale: #838383. Windows color (decimal): -5218356 or 13393840. OLE color: 13393840.
HSL color Cylindrical-coordinate representation of color #B05FCC: hue angle of 284.59º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05FCC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 95 | 204 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.2 |
| HSL | 284.59º | 0.52% | 0.59% | - |
| HSV(B) | 284.59º | 0.53% | 0.8% | - |
| XYZ | 32.9 | 21.77 | 59.6 | - |
| YUV | 131.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 204 | 0.14 | 0.53 | 0 | 0.2 | 284.59 | 0.52 | 0.59 |
| Hex | B0 | 5F | CC | E | 35 | 0 | 14 | 11D | 34 | 3B |
| Octal | 260 | 137 | 314 | 16 | 65 | 0 | 24 | 435 | 64 | 73 |
| Binary | 10110000 | 1011111 | 11001100 | 1110 | 110101 | 0 | 10100 | 100011101 | 110100 | 111011 |
Color Harmonies of #B05FCC
Complementary color
Monochromatic Colors of #B05FCC
Black with #B05FCC
Text Example
Text Example
White with #B05FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FCC; }
p { color: rgb(176,95,204); }
H1.HeaderClassName
{
color: #B05FCC;
}
.AnyTagClassName
{
color: #B05FCC;
}
</style>
background-color css
<style>
a { background-color: #B05FCC; }
a { background-color: rgb(176,95,204); }
div.DivClassName
{
background-color: #B05FCC;
}
.BgClassName
{
background-color: #B05FCC;
}
</style>
border-color css
<style>
span { border-color: #B05FCC; }
span { border-color: rgb(176,95,204); }
td.TdClassName
{
border-color: #B05FCC;
}
.TagClassName
{
border-color: #B05FCC;
}
</style>