Shades of Medium Orchid #B752E1
Tints of Medium Orchid #B752E1
RGB
CMYK
RGB Variations
Color information
#B752E1 (or 0xB752E1) is known color: Medium Orchid. HEX triplet: B7, 52 and E1. RGB value is (183,82,225). Sum of RGB (Red+Green+Blue) = 183+82+225=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #B752E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752E1 is #48AD1E. Grayscale: #808080. Windows color (decimal): -4762911 or 14766775. OLE color: 14766775.
HSL color Cylindrical-coordinate representation of color #B752E1: hue angle of 282.38º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B752E1 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 82 | 225 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.12 |
| HSL | 282.38º | 0.7% | 0.6% | - |
| HSV(B) | 282.38º | 0.64% | 0.88% | - |
| XYZ | 36.14 | 21.54 | 73.49 | - |
| YUV | 128.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 225 | 0.19 | 0.64 | 0 | 0.12 | 282.38 | 0.7 | 0.6 |
| Hex | B7 | 52 | E1 | 13 | 40 | 0 | C | 11A | 46 | 3C |
| Octal | 267 | 122 | 341 | 23 | 100 | 0 | 14 | 432 | 106 | 74 |
| Binary | 10110111 | 1010010 | 11100001 | 10011 | 1000000 | 0 | 1100 | 100011010 | 1000110 | 111100 |
Color Harmonies of #B752E1
Complementary color
Monochromatic Colors of #B752E1
Black with #B752E1
Text Example
Text Example
White with #B752E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752E1; }
p { color: rgb(183,82,225); }
H1.HeaderClassName
{
color: #B752E1;
}
.AnyTagClassName
{
color: #B752E1;
}
</style>
background-color css
<style>
a { background-color: #B752E1; }
a { background-color: rgb(183,82,225); }
div.DivClassName
{
background-color: #B752E1;
}
.BgClassName
{
background-color: #B752E1;
}
</style>
border-color css
<style>
span { border-color: #B752E1; }
span { border-color: rgb(183,82,225); }
td.TdClassName
{
border-color: #B752E1;
}
.TagClassName
{
border-color: #B752E1;
}
</style>