Shades of Medium Orchid #B752EA
Tints of Medium Orchid #B752EA
RGB
CMYK
RGB Variations
Color information
#B752EA (or 0xB752EA) is known color: Medium Orchid. HEX triplet: B7, 52 and EA. RGB value is (183,82,234). Sum of RGB (Red+Green+Blue) = 183+82+234=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #B752EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752EA is #48AD15. Grayscale: #818181. Windows color (decimal): -4762902 or 15356599. OLE color: 15356599.
HSL color Cylindrical-coordinate representation of color #B752EA: hue angle of 279.87º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B752EA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 82 | 234 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.08 |
| HSL | 279.87º | 0.78% | 0.62% | - |
| HSV(B) | 279.87º | 0.65% | 0.92% | - |
| XYZ | 37.4 | 22.04 | 80.13 | - |
| YUV | 129.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 234 | 0.22 | 0.65 | 0 | 0.08 | 279.87 | 0.78 | 0.62 |
| Hex | B7 | 52 | EA | 16 | 41 | 0 | 8 | 118 | 4E | 3E |
| Octal | 267 | 122 | 352 | 26 | 101 | 0 | 10 | 430 | 116 | 76 |
| Binary | 10110111 | 1010010 | 11101010 | 10110 | 1000001 | 0 | 1000 | 100011000 | 1001110 | 111110 |
Color Harmonies of #B752EA
Complementary color
Monochromatic Colors of #B752EA
Black with #B752EA
Text Example
Text Example
White with #B752EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752EA; }
p { color: rgb(183,82,234); }
H1.HeaderClassName
{
color: #B752EA;
}
.AnyTagClassName
{
color: #B752EA;
}
</style>
background-color css
<style>
a { background-color: #B752EA; }
a { background-color: rgb(183,82,234); }
div.DivClassName
{
background-color: #B752EA;
}
.BgClassName
{
background-color: #B752EA;
}
</style>
border-color css
<style>
span { border-color: #B752EA; }
span { border-color: rgb(183,82,234); }
td.TdClassName
{
border-color: #B752EA;
}
.TagClassName
{
border-color: #B752EA;
}
</style>