Shades of Medium Orchid #B256CC
Tints of Medium Orchid #B256CC
RGB
CMYK
RGB Variations
Color information
#B256CC (or 0xB256CC) is known color: Medium Orchid. HEX triplet: B2, 56 and CC. RGB value is (178,86,204). Sum of RGB (Red+Green+Blue) = 178+86+204=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #B256CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256CC is #4DA933. Grayscale: #7E7E7E. Windows color (decimal): -5089588 or 13391538. OLE color: 13391538.
HSL color Cylindrical-coordinate representation of color #B256CC: hue angle of 286.78º 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 #B256CC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 86 | 204 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.2 |
| HSL | 286.78º | 0.54% | 0.57% | - |
| HSV(B) | 286.78º | 0.58% | 0.8% | - |
| XYZ | 32.59 | 20.48 | 59.36 | - |
| YUV | 126.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 204 | 0.13 | 0.58 | 0 | 0.2 | 286.78 | 0.54 | 0.57 |
| Hex | B2 | 56 | CC | D | 3A | 0 | 14 | 11F | 36 | 39 |
| Octal | 262 | 126 | 314 | 15 | 72 | 0 | 24 | 437 | 66 | 71 |
| Binary | 10110010 | 1010110 | 11001100 | 1101 | 111010 | 0 | 10100 | 100011111 | 110110 | 111001 |
Color Harmonies of #B256CC
Complementary color
Monochromatic Colors of #B256CC
Black with #B256CC
Text Example
Text Example
White with #B256CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256CC; }
p { color: rgb(178,86,204); }
H1.HeaderClassName
{
color: #B256CC;
}
.AnyTagClassName
{
color: #B256CC;
}
</style>
background-color css
<style>
a { background-color: #B256CC; }
a { background-color: rgb(178,86,204); }
div.DivClassName
{
background-color: #B256CC;
}
.BgClassName
{
background-color: #B256CC;
}
</style>
border-color css
<style>
span { border-color: #B256CC; }
span { border-color: rgb(178,86,204); }
td.TdClassName
{
border-color: #B256CC;
}
.TagClassName
{
border-color: #B256CC;
}
</style>