Shades of Medium Orchid #B256DC
Tints of Medium Orchid #B256DC
RGB
CMYK
RGB Variations
Color information
#B256DC (or 0xB256DC) is known color: Medium Orchid. HEX triplet: B2, 56 and DC. RGB value is (178,86,220). Sum of RGB (Red+Green+Blue) = 178+86+220=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #B256DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256DC is #4DA923. Grayscale: #808080. Windows color (decimal): -5089572 or 14440114. OLE color: 14440114.
HSL color Cylindrical-coordinate representation of color #B256DC: hue angle of 281.19º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B256DC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 86 | 220 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.14 |
| HSL | 281.19º | 0.66% | 0.6% | - |
| HSV(B) | 281.19º | 0.61% | 0.86% | - |
| XYZ | 34.61 | 21.29 | 70 | - |
| YUV | 128.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 220 | 0.19 | 0.61 | 0 | 0.14 | 281.19 | 0.66 | 0.6 |
| Hex | B2 | 56 | DC | 13 | 3D | 0 | E | 119 | 42 | 3C |
| Octal | 262 | 126 | 334 | 23 | 75 | 0 | 16 | 431 | 102 | 74 |
| Binary | 10110010 | 1010110 | 11011100 | 10011 | 111101 | 0 | 1110 | 100011001 | 1000010 | 111100 |
Color Harmonies of #B256DC
Complementary color
Monochromatic Colors of #B256DC
Black with #B256DC
Text Example
Text Example
White with #B256DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256DC; }
p { color: rgb(178,86,220); }
H1.HeaderClassName
{
color: #B256DC;
}
.AnyTagClassName
{
color: #B256DC;
}
</style>
background-color css
<style>
a { background-color: #B256DC; }
a { background-color: rgb(178,86,220); }
div.DivClassName
{
background-color: #B256DC;
}
.BgClassName
{
background-color: #B256DC;
}
</style>
border-color css
<style>
span { border-color: #B256DC; }
span { border-color: rgb(178,86,220); }
td.TdClassName
{
border-color: #B256DC;
}
.TagClassName
{
border-color: #B256DC;
}
</style>