Shades of Medium Orchid #B656CC
Tints of Medium Orchid #B656CC
RGB
CMYK
RGB Variations
Color information
#B656CC (or 0xB656CC) is known color: Medium Orchid. HEX triplet: B6, 56 and CC. RGB value is (182,86,204). Sum of RGB (Red+Green+Blue) = 182+86+204=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #B656CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656CC is #49A933. Grayscale: #7F7F7F. Windows color (decimal): -4827444 or 13391542. OLE color: 13391542.
HSL color Cylindrical-coordinate representation of color #B656CC: hue angle of 288.81º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B656CC is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 86 | 204 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.2 |
| HSL | 288.81º | 0.54% | 0.57% | - |
| HSV(B) | 288.81º | 0.58% | 0.8% | - |
| XYZ | 33.52 | 20.96 | 59.41 | - |
| YUV | 128.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 204 | 0.11 | 0.58 | 0 | 0.2 | 288.81 | 0.54 | 0.57 |
| Hex | B6 | 56 | CC | B | 3A | 0 | 14 | 121 | 36 | 39 |
| Octal | 266 | 126 | 314 | 13 | 72 | 0 | 24 | 441 | 66 | 71 |
| Binary | 10110110 | 1010110 | 11001100 | 1011 | 111010 | 0 | 10100 | 100100001 | 110110 | 111001 |
Color Harmonies of #B656CC
Complementary color
Monochromatic Colors of #B656CC
Black with #B656CC
Text Example
Text Example
White with #B656CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656CC; }
p { color: rgb(182,86,204); }
H1.HeaderClassName
{
color: #B656CC;
}
.AnyTagClassName
{
color: #B656CC;
}
</style>
background-color css
<style>
a { background-color: #B656CC; }
a { background-color: rgb(182,86,204); }
div.DivClassName
{
background-color: #B656CC;
}
.BgClassName
{
background-color: #B656CC;
}
</style>
border-color css
<style>
span { border-color: #B656CC; }
span { border-color: rgb(182,86,204); }
td.TdClassName
{
border-color: #B656CC;
}
.TagClassName
{
border-color: #B656CC;
}
</style>