Shades of Medium Orchid #B752DD
Tints of Medium Orchid #B752DD
RGB
CMYK
RGB Variations
Color information
#B752DD (or 0xB752DD) is known color: Medium Orchid. HEX triplet: B7, 52 and DD. RGB value is (183,82,221). Sum of RGB (Red+Green+Blue) = 183+82+221=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #B752DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752DD is #48AD22. Grayscale: #7F7F7F. Windows color (decimal): -4762915 or 14504631. OLE color: 14504631.
HSL color Cylindrical-coordinate representation of color #B752DD: hue angle of 283.6º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B752DD is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 82 | 221 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.13 |
| HSL | 283.6º | 0.67% | 0.59% | - |
| HSV(B) | 283.6º | 0.63% | 0.87% | - |
| XYZ | 35.6 | 21.32 | 70.65 | - |
| YUV | 128.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 221 | 0.17 | 0.63 | 0 | 0.13 | 283.6 | 0.67 | 0.59 |
| Hex | B7 | 52 | DD | 11 | 3F | 0 | D | 11C | 43 | 3B |
| Octal | 267 | 122 | 335 | 21 | 77 | 0 | 15 | 434 | 103 | 73 |
| Binary | 10110111 | 1010010 | 11011101 | 10001 | 111111 | 0 | 1101 | 100011100 | 1000011 | 111011 |
Color Harmonies of #B752DD
Complementary color
Monochromatic Colors of #B752DD
Black with #B752DD
Text Example
Text Example
White with #B752DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752DD; }
p { color: rgb(183,82,221); }
H1.HeaderClassName
{
color: #B752DD;
}
.AnyTagClassName
{
color: #B752DD;
}
</style>
background-color css
<style>
a { background-color: #B752DD; }
a { background-color: rgb(183,82,221); }
div.DivClassName
{
background-color: #B752DD;
}
.BgClassName
{
background-color: #B752DD;
}
</style>
border-color css
<style>
span { border-color: #B752DD; }
span { border-color: rgb(183,82,221); }
td.TdClassName
{
border-color: #B752DD;
}
.TagClassName
{
border-color: #B752DD;
}
</style>