Shades of Medium Orchid #B752D6
Tints of Medium Orchid #B752D6
RGB
CMYK
RGB Variations
Color information
#B752D6 (or 0xB752D6) is known color: Medium Orchid. HEX triplet: B7, 52 and D6. RGB value is (183,82,214). Sum of RGB (Red+Green+Blue) = 183+82+214=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #B752D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752D6 is #48AD29. Grayscale: #7E7E7E. Windows color (decimal): -4762922 or 14045879. OLE color: 14045879.
HSL color Cylindrical-coordinate representation of color #B752D6: hue angle of 285.91º 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 #B752D6 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 82 | 214 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.16 |
| HSL | 285.91º | 0.62% | 0.58% | - |
| HSV(B) | 285.91º | 0.62% | 0.84% | - |
| XYZ | 34.68 | 20.96 | 65.84 | - |
| YUV | 127.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 214 | 0.14 | 0.62 | 0 | 0.16 | 285.91 | 0.62 | 0.58 |
| Hex | B7 | 52 | D6 | E | 3E | 0 | 10 | 11E | 3E | 3A |
| Octal | 267 | 122 | 326 | 16 | 76 | 0 | 20 | 436 | 76 | 72 |
| Binary | 10110111 | 1010010 | 11010110 | 1110 | 111110 | 0 | 10000 | 100011110 | 111110 | 111010 |
Color Harmonies of #B752D6
Complementary color
Monochromatic Colors of #B752D6
Black with #B752D6
Text Example
Text Example
White with #B752D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752D6; }
p { color: rgb(183,82,214); }
H1.HeaderClassName
{
color: #B752D6;
}
.AnyTagClassName
{
color: #B752D6;
}
</style>
background-color css
<style>
a { background-color: #B752D6; }
a { background-color: rgb(183,82,214); }
div.DivClassName
{
background-color: #B752D6;
}
.BgClassName
{
background-color: #B752D6;
}
</style>
border-color css
<style>
span { border-color: #B752D6; }
span { border-color: rgb(183,82,214); }
td.TdClassName
{
border-color: #B752D6;
}
.TagClassName
{
border-color: #B752D6;
}
</style>