Shades of Dark Orchid #B332EE
Tints of Dark Orchid #B332EE
RGB
CMYK
RGB Variations
Color information
#B332EE (or 0xB332EE) is known color: Dark Orchid. HEX triplet: B3, 32 and EE. RGB value is (179,50,238). Sum of RGB (Red+Green+Blue) = 179+50+238=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #B332EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B332EE is #4CCD11. Grayscale: #6D6D6D. Windows color (decimal): -5033234 or 15610547. OLE color: 15610547.
HSL color Cylindrical-coordinate representation of color #B332EE: hue angle of 281.17º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B332EE is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 50 | 238 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.07 |
| HSL | 281.17º | 0.85% | 0.56% | - |
| HSV(B) | 281.17º | 0.79% | 0.93% | - |
| XYZ | 35.16 | 18.04 | 82.52 | - |
| YUV | 110 | 200.24 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 238 | 0.25 | 0.79 | 0 | 0.07 | 281.17 | 0.85 | 0.56 |
| Hex | B3 | 32 | EE | 19 | 4F | 0 | 7 | 119 | 55 | 38 |
| Octal | 263 | 62 | 356 | 31 | 117 | 0 | 7 | 431 | 125 | 70 |
| Binary | 10110011 | 110010 | 11101110 | 11001 | 1001111 | 0 | 111 | 100011001 | 1010101 | 111000 |
Color Harmonies of #B332EE
Complementary color
Monochromatic Colors of #B332EE
Black with #B332EE
Text Example
Text Example
White with #B332EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B332EE; }
p { color: rgb(179,50,238); }
H1.HeaderClassName
{
color: #B332EE;
}
.AnyTagClassName
{
color: #B332EE;
}
</style>
background-color css
<style>
a { background-color: #B332EE; }
a { background-color: rgb(179,50,238); }
div.DivClassName
{
background-color: #B332EE;
}
.BgClassName
{
background-color: #B332EE;
}
</style>
border-color css
<style>
span { border-color: #B332EE; }
span { border-color: rgb(179,50,238); }
td.TdClassName
{
border-color: #B332EE;
}
.TagClassName
{
border-color: #B332EE;
}
</style>