Shades of Dark Orchid #B329EF
Tints of Dark Orchid #B329EF
RGB
CMYK
RGB Variations
Color information
#B329EF (or 0xB329EF) is known color: Dark Orchid. HEX triplet: B3, 29 and EF. RGB value is (179,41,239). Sum of RGB (Red+Green+Blue) = 179+41+239=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #B329EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B329EF is #4CD610. Grayscale: #686868. Windows color (decimal): -5035537 or 15673779. OLE color: 15673779.
HSL color Cylindrical-coordinate representation of color #B329EF: hue angle of 281.82º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B329EF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 41 | 239 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.06 |
| HSL | 281.82º | 0.86% | 0.55% | - |
| HSV(B) | 281.82º | 0.83% | 0.94% | - |
| XYZ | 34.96 | 17.4 | 83.18 | - |
| YUV | 104.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 239 | 0.25 | 0.83 | 0 | 0.06 | 281.82 | 0.86 | 0.55 |
| Hex | B3 | 29 | EF | 19 | 53 | 0 | 6 | 11A | 56 | 37 |
| Octal | 263 | 51 | 357 | 31 | 123 | 0 | 6 | 432 | 126 | 67 |
| Binary | 10110011 | 101001 | 11101111 | 11001 | 1010011 | 0 | 110 | 100011010 | 1010110 | 110111 |
Color Harmonies of #B329EF
Complementary color
Monochromatic Colors of #B329EF
Black with #B329EF
Text Example
Text Example
White with #B329EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329EF; }
p { color: rgb(179,41,239); }
H1.HeaderClassName
{
color: #B329EF;
}
.AnyTagClassName
{
color: #B329EF;
}
</style>
background-color css
<style>
a { background-color: #B329EF; }
a { background-color: rgb(179,41,239); }
div.DivClassName
{
background-color: #B329EF;
}
.BgClassName
{
background-color: #B329EF;
}
</style>
border-color css
<style>
span { border-color: #B329EF; }
span { border-color: rgb(179,41,239); }
td.TdClassName
{
border-color: #B329EF;
}
.TagClassName
{
border-color: #B329EF;
}
</style>