Shades of Medium Orchid #B352E9
Tints of Medium Orchid #B352E9
RGB
CMYK
RGB Variations
Color information
#B352E9 (or 0xB352E9) is known color: Medium Orchid. HEX triplet: B3, 52 and E9. RGB value is (179,82,233). Sum of RGB (Red+Green+Blue) = 179+82+233=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #B352E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B352E9 is #4CAD16. Grayscale: #7F7F7F. Windows color (decimal): -5025047 or 15291059. OLE color: 15291059.
HSL color Cylindrical-coordinate representation of color #B352E9: hue angle of 278.54º 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 #B352E9 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 82 | 233 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.09 |
| HSL | 278.54º | 0.77% | 0.62% | - |
| HSV(B) | 278.54º | 0.65% | 0.91% | - |
| XYZ | 36.32 | 21.5 | 79.33 | - |
| YUV | 128.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 233 | 0.23 | 0.65 | 0 | 0.09 | 278.54 | 0.77 | 0.62 |
| Hex | B3 | 52 | E9 | 17 | 41 | 0 | 9 | 117 | 4D | 3E |
| Octal | 263 | 122 | 351 | 27 | 101 | 0 | 11 | 427 | 115 | 76 |
| Binary | 10110011 | 1010010 | 11101001 | 10111 | 1000001 | 0 | 1001 | 100010111 | 1001101 | 111110 |
Color Harmonies of #B352E9
Complementary color
Monochromatic Colors of #B352E9
Black with #B352E9
Text Example
Text Example
White with #B352E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352E9; }
p { color: rgb(179,82,233); }
H1.HeaderClassName
{
color: #B352E9;
}
.AnyTagClassName
{
color: #B352E9;
}
</style>
background-color css
<style>
a { background-color: #B352E9; }
a { background-color: rgb(179,82,233); }
div.DivClassName
{
background-color: #B352E9;
}
.BgClassName
{
background-color: #B352E9;
}
</style>
border-color css
<style>
span { border-color: #B352E9; }
span { border-color: rgb(179,82,233); }
td.TdClassName
{
border-color: #B352E9;
}
.TagClassName
{
border-color: #B352E9;
}
</style>