Shades of Medium Orchid #B956E2
Tints of Medium Orchid #B956E2
RGB
CMYK
RGB Variations
Color information
#B956E2 (or 0xB956E2) is known color: Medium Orchid. HEX triplet: B9, 56 and E2. RGB value is (185,86,226). Sum of RGB (Red+Green+Blue) = 185+86+226=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #B956E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956E2 is #46A91D. Grayscale: #838383. Windows color (decimal): -4630814 or 14833337. OLE color: 14833337.
HSL color Cylindrical-coordinate representation of color #B956E2: hue angle of 282.43º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B956E2 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 86 | 226 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.11 |
| HSL | 282.43º | 0.71% | 0.61% | - |
| HSV(B) | 282.43º | 0.62% | 0.89% | - |
| XYZ | 37.06 | 22.46 | 74.33 | - |
| YUV | 131.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 226 | 0.18 | 0.62 | 0 | 0.11 | 282.43 | 0.71 | 0.61 |
| Hex | B9 | 56 | E2 | 12 | 3E | 0 | B | 11A | 47 | 3D |
| Octal | 271 | 126 | 342 | 22 | 76 | 0 | 13 | 432 | 107 | 75 |
| Binary | 10111001 | 1010110 | 11100010 | 10010 | 111110 | 0 | 1011 | 100011010 | 1000111 | 111101 |
Color Harmonies of #B956E2
Complementary color
Monochromatic Colors of #B956E2
Black with #B956E2
Text Example
Text Example
White with #B956E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B956E2; }
p { color: rgb(185,86,226); }
H1.HeaderClassName
{
color: #B956E2;
}
.AnyTagClassName
{
color: #B956E2;
}
</style>
background-color css
<style>
a { background-color: #B956E2; }
a { background-color: rgb(185,86,226); }
div.DivClassName
{
background-color: #B956E2;
}
.BgClassName
{
background-color: #B956E2;
}
</style>
border-color css
<style>
span { border-color: #B956E2; }
span { border-color: rgb(185,86,226); }
td.TdClassName
{
border-color: #B956E2;
}
.TagClassName
{
border-color: #B956E2;
}
</style>