Shades of Medium Orchid #B062CB
Tints of Medium Orchid #B062CB
RGB
CMYK
RGB Variations
Color information
#B062CB (or 0xB062CB) is known color: Medium Orchid. HEX triplet: B0, 62 and CB. RGB value is (176,98,203). Sum of RGB (Red+Green+Blue) = 176+98+203=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B062CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062CB is #4F9D34. Grayscale: #848484. Windows color (decimal): -5217589 or 13329072. OLE color: 13329072.
HSL color Cylindrical-coordinate representation of color #B062CB: hue angle of 284.57º degrees, saturation: 0.5, 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 #B062CB is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 98 | 203 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.20 |
| HSL | 284.57º | 0.5% | 0.59% | - |
| HSV(B) | 284.57º | 0.52% | 0.8% | - |
| XYZ | 33.05 | 22.28 | 59.06 | - |
| YUV | 133.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 203 | 0.13 | 0.52 | 0 | 0.20 | 284.57 | 0.5 | 0.59 |
| Hex | B0 | 62 | CB | D | 34 | 0 | 14 | 11D | 32 | 3B |
| Octal | 260 | 142 | 313 | 15 | 64 | 0 | 24 | 435 | 62 | 73 |
| Binary | 10110000 | 1100010 | 11001011 | 1101 | 110100 | 0 | 10100 | 100011101 | 110010 | 111011 |
Color Harmonies of #B062CB
Complementary color
Monochromatic Colors of #B062CB
Black with #B062CB
Text Example
Text Example
White with #B062CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B062CB; }
p { color: rgb(176,98,203); }
H1.HeaderClassName
{
color: #B062CB;
}
.AnyTagClassName
{
color: #B062CB;
}
</style>
background-color css
<style>
a { background-color: #B062CB; }
a { background-color: rgb(176,98,203); }
div.DivClassName
{
background-color: #B062CB;
}
.BgClassName
{
background-color: #B062CB;
}
</style>
border-color css
<style>
span { border-color: #B062CB; }
span { border-color: rgb(176,98,203); }
td.TdClassName
{
border-color: #B062CB;
}
.TagClassName
{
border-color: #B062CB;
}
</style>