Shades of Medium Orchid #B755CE
Tints of Medium Orchid #B755CE
RGB
CMYK
RGB Variations
Color information
#B755CE (or 0xB755CE) is known color: Medium Orchid. HEX triplet: B7, 55 and CE. RGB value is (183,85,206). Sum of RGB (Red+Green+Blue) = 183+85+206=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #B755CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755CE is #48AA31. Grayscale: #7F7F7F. Windows color (decimal): -4762162 or 13522359. OLE color: 13522359.
HSL color Cylindrical-coordinate representation of color #B755CE: hue angle of 288.6º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B755CE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 85 | 206 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.19 |
| HSL | 288.6º | 0.55% | 0.57% | - |
| HSV(B) | 288.6º | 0.59% | 0.81% | - |
| XYZ | 33.92 | 21.02 | 60.66 | - |
| YUV | 128.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 206 | 0.11 | 0.59 | 0 | 0.19 | 288.6 | 0.55 | 0.57 |
| Hex | B7 | 55 | CE | B | 3B | 0 | 13 | 121 | 37 | 39 |
| Octal | 267 | 125 | 316 | 13 | 73 | 0 | 23 | 441 | 67 | 71 |
| Binary | 10110111 | 1010101 | 11001110 | 1011 | 111011 | 0 | 10011 | 100100001 | 110111 | 111001 |
Color Harmonies of #B755CE
Complementary color
Monochromatic Colors of #B755CE
Black with #B755CE
Text Example
Text Example
White with #B755CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755CE; }
p { color: rgb(183,85,206); }
H1.HeaderClassName
{
color: #B755CE;
}
.AnyTagClassName
{
color: #B755CE;
}
</style>
background-color css
<style>
a { background-color: #B755CE; }
a { background-color: rgb(183,85,206); }
div.DivClassName
{
background-color: #B755CE;
}
.BgClassName
{
background-color: #B755CE;
}
</style>
border-color css
<style>
span { border-color: #B755CE; }
span { border-color: rgb(183,85,206); }
td.TdClassName
{
border-color: #B755CE;
}
.TagClassName
{
border-color: #B755CE;
}
</style>