Shades of Medium Orchid #B752D4
Tints of Medium Orchid #B752D4
RGB
CMYK
RGB Variations
Color information
#B752D4 (or 0xB752D4) is known color: Medium Orchid. HEX triplet: B7, 52 and D4. RGB value is (183,82,212). Sum of RGB (Red+Green+Blue) = 183+82+212=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #B752D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752D4 is #48AD2B. Grayscale: #7E7E7E. Windows color (decimal): -4762924 or 13914807. OLE color: 13914807.
HSL color Cylindrical-coordinate representation of color #B752D4: hue angle of 286.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B752D4 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 82 | 212 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.17 |
| HSL | 286.62º | 0.6% | 0.58% | - |
| HSV(B) | 286.62º | 0.61% | 0.83% | - |
| XYZ | 34.43 | 20.86 | 64.5 | - |
| YUV | 127.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 212 | 0.14 | 0.61 | 0 | 0.17 | 286.62 | 0.6 | 0.58 |
| Hex | B7 | 52 | D4 | E | 3D | 0 | 11 | 11F | 3C | 3A |
| Octal | 267 | 122 | 324 | 16 | 75 | 0 | 21 | 437 | 74 | 72 |
| Binary | 10110111 | 1010010 | 11010100 | 1110 | 111101 | 0 | 10001 | 100011111 | 111100 | 111010 |
Color Harmonies of #B752D4
Complementary color
Monochromatic Colors of #B752D4
Black with #B752D4
Text Example
Text Example
White with #B752D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752D4; }
p { color: rgb(183,82,212); }
H1.HeaderClassName
{
color: #B752D4;
}
.AnyTagClassName
{
color: #B752D4;
}
</style>
background-color css
<style>
a { background-color: #B752D4; }
a { background-color: rgb(183,82,212); }
div.DivClassName
{
background-color: #B752D4;
}
.BgClassName
{
background-color: #B752D4;
}
</style>
border-color css
<style>
span { border-color: #B752D4; }
span { border-color: rgb(183,82,212); }
td.TdClassName
{
border-color: #B752D4;
}
.TagClassName
{
border-color: #B752D4;
}
</style>