Shades of Medium Orchid #B752CE
Tints of Medium Orchid #B752CE
RGB
CMYK
RGB Variations
Color information
#B752CE (or 0xB752CE) is known color: Medium Orchid. HEX triplet: B7, 52 and CE. RGB value is (183,82,206). Sum of RGB (Red+Green+Blue) = 183+82+206=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #B752CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752CE is #48AD31. Grayscale: #7D7D7D. Windows color (decimal): -4762930 or 13521591. OLE color: 13521591.
HSL color Cylindrical-coordinate representation of color #B752CE: hue angle of 288.87º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B752CE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 82 | 206 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.19 |
| HSL | 288.87º | 0.56% | 0.56% | - |
| HSV(B) | 288.87º | 0.6% | 0.81% | - |
| XYZ | 33.69 | 20.56 | 60.59 | - |
| YUV | 126.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 206 | 0.11 | 0.60 | 0 | 0.19 | 288.87 | 0.56 | 0.56 |
| Hex | B7 | 52 | CE | B | 3C | 0 | 13 | 121 | 38 | 38 |
| Octal | 267 | 122 | 316 | 13 | 74 | 0 | 23 | 441 | 70 | 70 |
| Binary | 10110111 | 1010010 | 11001110 | 1011 | 111100 | 0 | 10011 | 100100001 | 111000 | 111000 |
Color Harmonies of #B752CE
Complementary color
Monochromatic Colors of #B752CE
Black with #B752CE
Text Example
Text Example
White with #B752CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752CE; }
p { color: rgb(183,82,206); }
H1.HeaderClassName
{
color: #B752CE;
}
.AnyTagClassName
{
color: #B752CE;
}
</style>
background-color css
<style>
a { background-color: #B752CE; }
a { background-color: rgb(183,82,206); }
div.DivClassName
{
background-color: #B752CE;
}
.BgClassName
{
background-color: #B752CE;
}
</style>
border-color css
<style>
span { border-color: #B752CE; }
span { border-color: rgb(183,82,206); }
td.TdClassName
{
border-color: #B752CE;
}
.TagClassName
{
border-color: #B752CE;
}
</style>