Shades of Medium Orchid #B062CC
Tints of Medium Orchid #B062CC
RGB
CMYK
RGB Variations
Color information
#B062CC (or 0xB062CC) is known color: Medium Orchid. HEX triplet: B0, 62 and CC. RGB value is (176,98,204). Sum of RGB (Red+Green+Blue) = 176+98+204=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B062CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062CC is #4F9D33. Grayscale: #858585. Windows color (decimal): -5217588 or 13394608. OLE color: 13394608.
HSL color Cylindrical-coordinate representation of color #B062CC: hue angle of 284.15º 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 #B062CC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 98 | 204 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.2 |
| HSL | 284.15º | 0.51% | 0.59% | - |
| HSV(B) | 284.15º | 0.52% | 0.8% | - |
| XYZ | 33.17 | 22.33 | 59.69 | - |
| YUV | 133.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 204 | 0.14 | 0.52 | 0 | 0.2 | 284.15 | 0.51 | 0.59 |
| Hex | B0 | 62 | CC | E | 34 | 0 | 14 | 11C | 33 | 3B |
| Octal | 260 | 142 | 314 | 16 | 64 | 0 | 24 | 434 | 63 | 73 |
| Binary | 10110000 | 1100010 | 11001100 | 1110 | 110100 | 0 | 10100 | 100011100 | 110011 | 111011 |
Color Harmonies of #B062CC
Complementary color
Monochromatic Colors of #B062CC
Black with #B062CC
Text Example
Text Example
White with #B062CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B062CC; }
p { color: rgb(176,98,204); }
H1.HeaderClassName
{
color: #B062CC;
}
.AnyTagClassName
{
color: #B062CC;
}
</style>
background-color css
<style>
a { background-color: #B062CC; }
a { background-color: rgb(176,98,204); }
div.DivClassName
{
background-color: #B062CC;
}
.BgClassName
{
background-color: #B062CC;
}
</style>
border-color css
<style>
span { border-color: #B062CC; }
span { border-color: rgb(176,98,204); }
td.TdClassName
{
border-color: #B062CC;
}
.TagClassName
{
border-color: #B062CC;
}
</style>