Shades of Medium Orchid #B753CE
Tints of Medium Orchid #B753CE
RGB
CMYK
RGB Variations
Color information
#B753CE (or 0xB753CE) is known color: Medium Orchid. HEX triplet: B7, 53 and CE. RGB value is (183,83,206). Sum of RGB (Red+Green+Blue) = 183+83+206=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #B753CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B753CE is #48AC31. Grayscale: #7E7E7E. Windows color (decimal): -4762674 or 13521847. OLE color: 13521847.
HSL color Cylindrical-coordinate representation of color #B753CE: hue angle of 288.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B753CE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 83 | 206 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.19 |
| HSL | 288.78º | 0.56% | 0.57% | - |
| HSV(B) | 288.78º | 0.6% | 0.81% | - |
| XYZ | 33.76 | 20.71 | 60.61 | - |
| YUV | 126.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 206 | 0.11 | 0.60 | 0 | 0.19 | 288.78 | 0.56 | 0.57 |
| Hex | B7 | 53 | CE | B | 3C | 0 | 13 | 121 | 38 | 39 |
| Octal | 267 | 123 | 316 | 13 | 74 | 0 | 23 | 441 | 70 | 71 |
| Binary | 10110111 | 1010011 | 11001110 | 1011 | 111100 | 0 | 10011 | 100100001 | 111000 | 111001 |
Color Harmonies of #B753CE
Complementary color
Monochromatic Colors of #B753CE
Black with #B753CE
Text Example
Text Example
White with #B753CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B753CE; }
p { color: rgb(183,83,206); }
H1.HeaderClassName
{
color: #B753CE;
}
.AnyTagClassName
{
color: #B753CE;
}
</style>
background-color css
<style>
a { background-color: #B753CE; }
a { background-color: rgb(183,83,206); }
div.DivClassName
{
background-color: #B753CE;
}
.BgClassName
{
background-color: #B753CE;
}
</style>
border-color css
<style>
span { border-color: #B753CE; }
span { border-color: rgb(183,83,206); }
td.TdClassName
{
border-color: #B753CE;
}
.TagClassName
{
border-color: #B753CE;
}
</style>