Shades of Medium Orchid #B756CC
Tints of Medium Orchid #B756CC
RGB
CMYK
RGB Variations
Color information
#B756CC (or 0xB756CC) is known color: Medium Orchid. HEX triplet: B7, 56 and CC. RGB value is (183,86,204). Sum of RGB (Red+Green+Blue) = 183+86+204=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #B756CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756CC is #48A933. Grayscale: #808080. Windows color (decimal): -4761908 or 13391543. OLE color: 13391543.
HSL color Cylindrical-coordinate representation of color #B756CC: hue angle of 289.32º 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 #B756CC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 86 | 204 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.2 |
| HSL | 289.32º | 0.54% | 0.57% | - |
| HSV(B) | 289.32º | 0.58% | 0.8% | - |
| XYZ | 33.76 | 21.08 | 59.42 | - |
| YUV | 128.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 204 | 0.10 | 0.58 | 0 | 0.2 | 289.32 | 0.54 | 0.57 |
| Hex | B7 | 56 | CC | A | 3A | 0 | 14 | 121 | 36 | 39 |
| Octal | 267 | 126 | 314 | 12 | 72 | 0 | 24 | 441 | 66 | 71 |
| Binary | 10110111 | 1010110 | 11001100 | 1010 | 111010 | 0 | 10100 | 100100001 | 110110 | 111001 |
Color Harmonies of #B756CC
Complementary color
Monochromatic Colors of #B756CC
Black with #B756CC
Text Example
Text Example
White with #B756CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B756CC; }
p { color: rgb(183,86,204); }
H1.HeaderClassName
{
color: #B756CC;
}
.AnyTagClassName
{
color: #B756CC;
}
</style>
background-color css
<style>
a { background-color: #B756CC; }
a { background-color: rgb(183,86,204); }
div.DivClassName
{
background-color: #B756CC;
}
.BgClassName
{
background-color: #B756CC;
}
</style>
border-color css
<style>
span { border-color: #B756CC; }
span { border-color: rgb(183,86,204); }
td.TdClassName
{
border-color: #B756CC;
}
.TagClassName
{
border-color: #B756CC;
}
</style>