Shades of Medium Orchid #B752EE
Tints of Medium Orchid #B752EE
RGB
CMYK
RGB Variations
Color information
#B752EE (or 0xB752EE) is known color: Medium Orchid. HEX triplet: B7, 52 and EE. RGB value is (183,82,238). Sum of RGB (Red+Green+Blue) = 183+82+238=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #B752EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752EE is #48AD11. Grayscale: #818181. Windows color (decimal): -4762898 or 15618743. OLE color: 15618743.
HSL color Cylindrical-coordinate representation of color #B752EE: hue angle of 278.85º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B752EE is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 82 | 238 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.07 |
| HSL | 278.85º | 0.82% | 0.63% | - |
| HSV(B) | 278.85º | 0.66% | 0.93% | - |
| XYZ | 37.98 | 22.27 | 83.19 | - |
| YUV | 129.98 | 188.96 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 238 | 0.23 | 0.66 | 0 | 0.07 | 278.85 | 0.82 | 0.63 |
| Hex | B7 | 52 | EE | 17 | 42 | 0 | 7 | 117 | 52 | 3F |
| Octal | 267 | 122 | 356 | 27 | 102 | 0 | 7 | 427 | 122 | 77 |
| Binary | 10110111 | 1010010 | 11101110 | 10111 | 1000010 | 0 | 111 | 100010111 | 1010010 | 111111 |
Color Harmonies of #B752EE
Complementary color
Monochromatic Colors of #B752EE
Black with #B752EE
Text Example
Text Example
White with #B752EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752EE; }
p { color: rgb(183,82,238); }
H1.HeaderClassName
{
color: #B752EE;
}
.AnyTagClassName
{
color: #B752EE;
}
</style>
background-color css
<style>
a { background-color: #B752EE; }
a { background-color: rgb(183,82,238); }
div.DivClassName
{
background-color: #B752EE;
}
.BgClassName
{
background-color: #B752EE;
}
</style>
border-color css
<style>
span { border-color: #B752EE; }
span { border-color: rgb(183,82,238); }
td.TdClassName
{
border-color: #B752EE;
}
.TagClassName
{
border-color: #B752EE;
}
</style>