Shades of Medium Orchid #B061CC
Tints of Medium Orchid #B061CC
RGB
CMYK
RGB Variations
Color information
#B061CC (or 0xB061CC) is known color: Medium Orchid. HEX triplet: B0, 61 and CC. RGB value is (176,97,204). Sum of RGB (Red+Green+Blue) = 176+97+204=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #B061CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061CC is #4F9E33. Grayscale: #848484. Windows color (decimal): -5217844 or 13394352. OLE color: 13394352.
HSL color Cylindrical-coordinate representation of color #B061CC: hue angle of 284.3º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B061CC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 97 | 204 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.2 |
| HSL | 284.3º | 0.51% | 0.59% | - |
| HSV(B) | 284.3º | 0.52% | 0.8% | - |
| XYZ | 33.08 | 22.14 | 59.66 | - |
| YUV | 132.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 204 | 0.14 | 0.52 | 0 | 0.2 | 284.3 | 0.51 | 0.59 |
| Hex | B0 | 61 | CC | E | 34 | 0 | 14 | 11C | 33 | 3B |
| Octal | 260 | 141 | 314 | 16 | 64 | 0 | 24 | 434 | 63 | 73 |
| Binary | 10110000 | 1100001 | 11001100 | 1110 | 110100 | 0 | 10100 | 100011100 | 110011 | 111011 |
Color Harmonies of #B061CC
Complementary color
Monochromatic Colors of #B061CC
Black with #B061CC
Text Example
Text Example
White with #B061CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B061CC; }
p { color: rgb(176,97,204); }
H1.HeaderClassName
{
color: #B061CC;
}
.AnyTagClassName
{
color: #B061CC;
}
</style>
background-color css
<style>
a { background-color: #B061CC; }
a { background-color: rgb(176,97,204); }
div.DivClassName
{
background-color: #B061CC;
}
.BgClassName
{
background-color: #B061CC;
}
</style>
border-color css
<style>
span { border-color: #B061CC; }
span { border-color: rgb(176,97,204); }
td.TdClassName
{
border-color: #B061CC;
}
.TagClassName
{
border-color: #B061CC;
}
</style>