Shades of Medium Orchid #B752D7
Tints of Medium Orchid #B752D7
RGB
CMYK
RGB Variations
Color information
#B752D7 (or 0xB752D7) is known color: Medium Orchid. HEX triplet: B7, 52 and D7. RGB value is (183,82,215). Sum of RGB (Red+Green+Blue) = 183+82+215=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #B752D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752D7 is #48AD28. Grayscale: #7E7E7E. Windows color (decimal): -4762921 or 14111415. OLE color: 14111415.
HSL color Cylindrical-coordinate representation of color #B752D7: hue angle of 285.56º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B752D7 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 82 | 215 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.16 |
| HSL | 285.56º | 0.62% | 0.58% | - |
| HSV(B) | 285.56º | 0.62% | 0.84% | - |
| XYZ | 34.81 | 21.01 | 66.51 | - |
| YUV | 127.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 215 | 0.15 | 0.62 | 0 | 0.16 | 285.56 | 0.62 | 0.58 |
| Hex | B7 | 52 | D7 | F | 3E | 0 | 10 | 11E | 3E | 3A |
| Octal | 267 | 122 | 327 | 17 | 76 | 0 | 20 | 436 | 76 | 72 |
| Binary | 10110111 | 1010010 | 11010111 | 1111 | 111110 | 0 | 10000 | 100011110 | 111110 | 111010 |
Color Harmonies of #B752D7
Complementary color
Monochromatic Colors of #B752D7
Black with #B752D7
Text Example
Text Example
White with #B752D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752D7; }
p { color: rgb(183,82,215); }
H1.HeaderClassName
{
color: #B752D7;
}
.AnyTagClassName
{
color: #B752D7;
}
</style>
background-color css
<style>
a { background-color: #B752D7; }
a { background-color: rgb(183,82,215); }
div.DivClassName
{
background-color: #B752D7;
}
.BgClassName
{
background-color: #B752D7;
}
</style>
border-color css
<style>
span { border-color: #B752D7; }
span { border-color: rgb(183,82,215); }
td.TdClassName
{
border-color: #B752D7;
}
.TagClassName
{
border-color: #B752D7;
}
</style>