Shades of Medium Orchid #B752DC
Tints of Medium Orchid #B752DC
RGB
CMYK
RGB Variations
Color information
#B752DC (or 0xB752DC) is known color: Medium Orchid. HEX triplet: B7, 52 and DC. RGB value is (183,82,220). Sum of RGB (Red+Green+Blue) = 183+82+220=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #B752DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752DC is #48AD23. Grayscale: #7F7F7F. Windows color (decimal): -4762916 or 14439095. OLE color: 14439095.
HSL color Cylindrical-coordinate representation of color #B752DC: hue angle of 283.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B752DC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 82 | 220 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.14 |
| HSL | 283.91º | 0.66% | 0.59% | - |
| HSV(B) | 283.91º | 0.63% | 0.86% | - |
| XYZ | 35.46 | 21.27 | 69.95 | - |
| YUV | 127.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 220 | 0.17 | 0.63 | 0 | 0.14 | 283.91 | 0.66 | 0.59 |
| Hex | B7 | 52 | DC | 11 | 3F | 0 | E | 11C | 42 | 3B |
| Octal | 267 | 122 | 334 | 21 | 77 | 0 | 16 | 434 | 102 | 73 |
| Binary | 10110111 | 1010010 | 11011100 | 10001 | 111111 | 0 | 1110 | 100011100 | 1000010 | 111011 |
Color Harmonies of #B752DC
Complementary color
Monochromatic Colors of #B752DC
Black with #B752DC
Text Example
Text Example
White with #B752DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752DC; }
p { color: rgb(183,82,220); }
H1.HeaderClassName
{
color: #B752DC;
}
.AnyTagClassName
{
color: #B752DC;
}
</style>
background-color css
<style>
a { background-color: #B752DC; }
a { background-color: rgb(183,82,220); }
div.DivClassName
{
background-color: #B752DC;
}
.BgClassName
{
background-color: #B752DC;
}
</style>
border-color css
<style>
span { border-color: #B752DC; }
span { border-color: rgb(183,82,220); }
td.TdClassName
{
border-color: #B752DC;
}
.TagClassName
{
border-color: #B752DC;
}
</style>