Shades of Medium Orchid #B352EE
Tints of Medium Orchid #B352EE
RGB
CMYK
RGB Variations
Color information
#B352EE (or 0xB352EE) is known color: Medium Orchid. HEX triplet: B3, 52 and EE. RGB value is (179,82,238). Sum of RGB (Red+Green+Blue) = 179+82+238=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #B352EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B352EE is #4CAD11. Grayscale: #808080. Windows color (decimal): -5025042 or 15618739. OLE color: 15618739.
HSL color Cylindrical-coordinate representation of color #B352EE: hue angle of 277.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B352EE is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 82 | 238 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.07 |
| HSL | 277.31º | 0.82% | 0.63% | - |
| HSV(B) | 277.31º | 0.66% | 0.93% | - |
| XYZ | 37.04 | 21.79 | 83.14 | - |
| YUV | 128.79 | 189.64 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 238 | 0.25 | 0.66 | 0 | 0.07 | 277.31 | 0.82 | 0.63 |
| Hex | B3 | 52 | EE | 19 | 42 | 0 | 7 | 115 | 52 | 3F |
| Octal | 263 | 122 | 356 | 31 | 102 | 0 | 7 | 425 | 122 | 77 |
| Binary | 10110011 | 1010010 | 11101110 | 11001 | 1000010 | 0 | 111 | 100010101 | 1010010 | 111111 |
Color Harmonies of #B352EE
Complementary color
Monochromatic Colors of #B352EE
Black with #B352EE
Text Example
Text Example
White with #B352EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352EE; }
p { color: rgb(179,82,238); }
H1.HeaderClassName
{
color: #B352EE;
}
.AnyTagClassName
{
color: #B352EE;
}
</style>
background-color css
<style>
a { background-color: #B352EE; }
a { background-color: rgb(179,82,238); }
div.DivClassName
{
background-color: #B352EE;
}
.BgClassName
{
background-color: #B352EE;
}
</style>
border-color css
<style>
span { border-color: #B352EE; }
span { border-color: rgb(179,82,238); }
td.TdClassName
{
border-color: #B352EE;
}
.TagClassName
{
border-color: #B352EE;
}
</style>