Shades of Medium Orchid #B852E8
Tints of Medium Orchid #B852E8
RGB
CMYK
RGB Variations
Color information
#B852E8 (or 0xB852E8) is known color: Medium Orchid. HEX triplet: B8, 52 and E8. RGB value is (184,82,232). Sum of RGB (Red+Green+Blue) = 184+82+232=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #B852E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852E8 is #47AD17. Grayscale: #818181. Windows color (decimal): -4697368 or 15225528. OLE color: 15225528.
HSL color Cylindrical-coordinate representation of color #B852E8: hue angle of 280.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B852E8 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 82 | 232 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.09 |
| HSL | 280.8º | 0.77% | 0.62% | - |
| HSV(B) | 280.8º | 0.65% | 0.91% | - |
| XYZ | 37.35 | 22.05 | 78.63 | - |
| YUV | 129.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 232 | 0.21 | 0.65 | 0 | 0.09 | 280.8 | 0.77 | 0.62 |
| Hex | B8 | 52 | E8 | 15 | 41 | 0 | 9 | 119 | 4D | 3E |
| Octal | 270 | 122 | 350 | 25 | 101 | 0 | 11 | 431 | 115 | 76 |
| Binary | 10111000 | 1010010 | 11101000 | 10101 | 1000001 | 0 | 1001 | 100011001 | 1001101 | 111110 |
Color Harmonies of #B852E8
Complementary color
Monochromatic Colors of #B852E8
Black with #B852E8
Text Example
Text Example
White with #B852E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852E8; }
p { color: rgb(184,82,232); }
H1.HeaderClassName
{
color: #B852E8;
}
.AnyTagClassName
{
color: #B852E8;
}
</style>
background-color css
<style>
a { background-color: #B852E8; }
a { background-color: rgb(184,82,232); }
div.DivClassName
{
background-color: #B852E8;
}
.BgClassName
{
background-color: #B852E8;
}
</style>
border-color css
<style>
span { border-color: #B852E8; }
span { border-color: rgb(184,82,232); }
td.TdClassName
{
border-color: #B852E8;
}
.TagClassName
{
border-color: #B852E8;
}
</style>