Shades of Dark Orchid #B328EE
Tints of Dark Orchid #B328EE
RGB
CMYK
RGB Variations
Color information
#B328EE (or 0xB328EE) is known color: Dark Orchid. HEX triplet: B3, 28 and EE. RGB value is (179,40,238). Sum of RGB (Red+Green+Blue) = 179+40+238=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #B328EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B328EE is #4CD711. Grayscale: #676767. Windows color (decimal): -5035794 or 15607987. OLE color: 15607987.
HSL color Cylindrical-coordinate representation of color #B328EE: hue angle of 282.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B328EE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 40 | 238 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.07 |
| HSL | 282.12º | 0.85% | 0.55% | - |
| HSV(B) | 282.12º | 0.83% | 0.93% | - |
| XYZ | 34.78 | 17.27 | 82.39 | - |
| YUV | 104.13 | 203.55 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 238 | 0.25 | 0.83 | 0 | 0.07 | 282.12 | 0.85 | 0.55 |
| Hex | B3 | 28 | EE | 19 | 53 | 0 | 7 | 11A | 55 | 37 |
| Octal | 263 | 50 | 356 | 31 | 123 | 0 | 7 | 432 | 125 | 67 |
| Binary | 10110011 | 101000 | 11101110 | 11001 | 1010011 | 0 | 111 | 100011010 | 1010101 | 110111 |
Color Harmonies of #B328EE
Complementary color
Monochromatic Colors of #B328EE
Black with #B328EE
Text Example
Text Example
White with #B328EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328EE; }
p { color: rgb(179,40,238); }
H1.HeaderClassName
{
color: #B328EE;
}
.AnyTagClassName
{
color: #B328EE;
}
</style>
background-color css
<style>
a { background-color: #B328EE; }
a { background-color: rgb(179,40,238); }
div.DivClassName
{
background-color: #B328EE;
}
.BgClassName
{
background-color: #B328EE;
}
</style>
border-color css
<style>
span { border-color: #B328EE; }
span { border-color: rgb(179,40,238); }
td.TdClassName
{
border-color: #B328EE;
}
.TagClassName
{
border-color: #B328EE;
}
</style>