Shades of Medium Orchid #B756CB
Tints of Medium Orchid #B756CB
RGB
CMYK
RGB Variations
Color information
#B756CB (or 0xB756CB) is known color: Medium Orchid. HEX triplet: B7, 56 and CB. RGB value is (183,86,203). Sum of RGB (Red+Green+Blue) = 183+86+203=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #B756CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756CB is #48A934. Grayscale: #7F7F7F. Windows color (decimal): -4761909 or 13326007. OLE color: 13326007.
HSL color Cylindrical-coordinate representation of color #B756CB: hue angle of 289.74º 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 #B756CB is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 86 | 203 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.20 |
| HSL | 289.74º | 0.53% | 0.57% | - |
| HSV(B) | 289.74º | 0.58% | 0.8% | - |
| XYZ | 33.64 | 21.03 | 58.79 | - |
| YUV | 128.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 203 | 0.10 | 0.58 | 0 | 0.20 | 289.74 | 0.53 | 0.57 |
| Hex | B7 | 56 | CB | A | 3A | 0 | 14 | 122 | 35 | 39 |
| Octal | 267 | 126 | 313 | 12 | 72 | 0 | 24 | 442 | 65 | 71 |
| Binary | 10110111 | 1010110 | 11001011 | 1010 | 111010 | 0 | 10100 | 100100010 | 110101 | 111001 |
Color Harmonies of #B756CB
Complementary color
Monochromatic Colors of #B756CB
Black with #B756CB
Text Example
Text Example
White with #B756CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756CB; }
p { color: rgb(183,86,203); }
H1.HeaderClassName
{
color: #B756CB;
}
.AnyTagClassName
{
color: #B756CB;
}
</style>
background-color css
<style>
a { background-color: #B756CB; }
a { background-color: rgb(183,86,203); }
div.DivClassName
{
background-color: #B756CB;
}
.BgClassName
{
background-color: #B756CB;
}
</style>
border-color css
<style>
span { border-color: #B756CB; }
span { border-color: rgb(183,86,203); }
td.TdClassName
{
border-color: #B756CB;
}
.TagClassName
{
border-color: #B756CB;
}
</style>