Shades of Medium Orchid #B256CB
Tints of Medium Orchid #B256CB
RGB
CMYK
RGB Variations
Color information
#B256CB (or 0xB256CB) is known color: Medium Orchid. HEX triplet: B2, 56 and CB. RGB value is (178,86,203). Sum of RGB (Red+Green+Blue) = 178+86+203=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #B256CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256CB is #4DA934. Grayscale: #7E7E7E. Windows color (decimal): -5089589 or 13326002. OLE color: 13326002.
HSL color Cylindrical-coordinate representation of color #B256CB: hue angle of 287.18º degrees, saturation: 0.53, 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 #B256CB is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 86 | 203 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.20 |
| HSL | 287.18º | 0.53% | 0.57% | - |
| HSV(B) | 287.18º | 0.58% | 0.8% | - |
| XYZ | 32.47 | 20.43 | 58.73 | - |
| YUV | 126.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 203 | 0.12 | 0.58 | 0 | 0.20 | 287.18 | 0.53 | 0.57 |
| Hex | B2 | 56 | CB | C | 3A | 0 | 14 | 11F | 35 | 39 |
| Octal | 262 | 126 | 313 | 14 | 72 | 0 | 24 | 437 | 65 | 71 |
| Binary | 10110010 | 1010110 | 11001011 | 1100 | 111010 | 0 | 10100 | 100011111 | 110101 | 111001 |
Color Harmonies of #B256CB
Complementary color
Monochromatic Colors of #B256CB
Black with #B256CB
Text Example
Text Example
White with #B256CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256CB; }
p { color: rgb(178,86,203); }
H1.HeaderClassName
{
color: #B256CB;
}
.AnyTagClassName
{
color: #B256CB;
}
</style>
background-color css
<style>
a { background-color: #B256CB; }
a { background-color: rgb(178,86,203); }
div.DivClassName
{
background-color: #B256CB;
}
.BgClassName
{
background-color: #B256CB;
}
</style>
border-color css
<style>
span { border-color: #B256CB; }
span { border-color: rgb(178,86,203); }
td.TdClassName
{
border-color: #B256CB;
}
.TagClassName
{
border-color: #B256CB;
}
</style>