Shades of Medium Orchid #B952E8
Tints of Medium Orchid #B952E8
RGB
CMYK
RGB Variations
Color information
#B952E8 (or 0xB952E8) is known color: Medium Orchid. HEX triplet: B9, 52 and E8. RGB value is (185,82,232). Sum of RGB (Red+Green+Blue) = 185+82+232=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #B952E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952E8 is #46AD17. Grayscale: #818181. Windows color (decimal): -4631832 or 15225529. OLE color: 15225529.
HSL color Cylindrical-coordinate representation of color #B952E8: hue angle of 281.2º 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 #B952E8 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 82 | 232 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.09 |
| HSL | 281.2º | 0.77% | 0.62% | - |
| HSV(B) | 281.2º | 0.65% | 0.91% | - |
| XYZ | 37.59 | 22.18 | 78.64 | - |
| YUV | 129.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 232 | 0.20 | 0.65 | 0 | 0.09 | 281.2 | 0.77 | 0.62 |
| Hex | B9 | 52 | E8 | 14 | 41 | 0 | 9 | 119 | 4D | 3E |
| Octal | 271 | 122 | 350 | 24 | 101 | 0 | 11 | 431 | 115 | 76 |
| Binary | 10111001 | 1010010 | 11101000 | 10100 | 1000001 | 0 | 1001 | 100011001 | 1001101 | 111110 |
Color Harmonies of #B952E8
Complementary color
Monochromatic Colors of #B952E8
Black with #B952E8
Text Example
Text Example
White with #B952E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952E8; }
p { color: rgb(185,82,232); }
H1.HeaderClassName
{
color: #B952E8;
}
.AnyTagClassName
{
color: #B952E8;
}
</style>
background-color css
<style>
a { background-color: #B952E8; }
a { background-color: rgb(185,82,232); }
div.DivClassName
{
background-color: #B952E8;
}
.BgClassName
{
background-color: #B952E8;
}
</style>
border-color css
<style>
span { border-color: #B952E8; }
span { border-color: rgb(185,82,232); }
td.TdClassName
{
border-color: #B952E8;
}
.TagClassName
{
border-color: #B952E8;
}
</style>