Shades of Medium Orchid #B752D9
Tints of Medium Orchid #B752D9
RGB
CMYK
RGB Variations
Color information
#B752D9 (or 0xB752D9) is known color: Medium Orchid. HEX triplet: B7, 52 and D9. RGB value is (183,82,217). Sum of RGB (Red+Green+Blue) = 183+82+217=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #B752D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752D9 is #48AD26. Grayscale: #7F7F7F. Windows color (decimal): -4762919 or 14242487. OLE color: 14242487.
HSL color Cylindrical-coordinate representation of color #B752D9: hue angle of 284.89º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B752D9 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 82 | 217 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.15 |
| HSL | 284.89º | 0.64% | 0.59% | - |
| HSV(B) | 284.89º | 0.62% | 0.85% | - |
| XYZ | 35.07 | 21.11 | 67.87 | - |
| YUV | 127.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 217 | 0.16 | 0.62 | 0 | 0.15 | 284.89 | 0.64 | 0.59 |
| Hex | B7 | 52 | D9 | 10 | 3E | 0 | F | 11D | 40 | 3B |
| Octal | 267 | 122 | 331 | 20 | 76 | 0 | 17 | 435 | 100 | 73 |
| Binary | 10110111 | 1010010 | 11011001 | 10000 | 111110 | 0 | 1111 | 100011101 | 1000000 | 111011 |
Color Harmonies of #B752D9
Complementary color
Monochromatic Colors of #B752D9
Black with #B752D9
Text Example
Text Example
White with #B752D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752D9; }
p { color: rgb(183,82,217); }
H1.HeaderClassName
{
color: #B752D9;
}
.AnyTagClassName
{
color: #B752D9;
}
</style>
background-color css
<style>
a { background-color: #B752D9; }
a { background-color: rgb(183,82,217); }
div.DivClassName
{
background-color: #B752D9;
}
.BgClassName
{
background-color: #B752D9;
}
</style>
border-color css
<style>
span { border-color: #B752D9; }
span { border-color: rgb(183,82,217); }
td.TdClassName
{
border-color: #B752D9;
}
.TagClassName
{
border-color: #B752D9;
}
</style>