Shades of Dark Orchid #B334EB
Tints of Dark Orchid #B334EB
RGB
CMYK
RGB Variations
Color information
#B334EB (or 0xB334EB) is known color: Dark Orchid. HEX triplet: B3, 34 and EB. RGB value is (179,52,235). Sum of RGB (Red+Green+Blue) = 179+52+235=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #B334EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334EB is #4CCB14. Grayscale: #6E6E6E. Windows color (decimal): -5032725 or 15414451. OLE color: 15414451.
HSL color Cylindrical-coordinate representation of color #B334EB: hue angle of 281.64º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B334EB is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 52 | 235 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.08 |
| HSL | 281.64º | 0.82% | 0.56% | - |
| HSV(B) | 281.64º | 0.78% | 0.92% | - |
| XYZ | 34.81 | 18.04 | 80.24 | - |
| YUV | 110.84 | 198.08 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 235 | 0.24 | 0.78 | 0 | 0.08 | 281.64 | 0.82 | 0.56 |
| Hex | B3 | 34 | EB | 18 | 4E | 0 | 8 | 11A | 52 | 38 |
| Octal | 263 | 64 | 353 | 30 | 116 | 0 | 10 | 432 | 122 | 70 |
| Binary | 10110011 | 110100 | 11101011 | 11000 | 1001110 | 0 | 1000 | 100011010 | 1010010 | 111000 |
Color Harmonies of #B334EB
Complementary color
Monochromatic Colors of #B334EB
Black with #B334EB
Text Example
Text Example
White with #B334EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334EB; }
p { color: rgb(179,52,235); }
H1.HeaderClassName
{
color: #B334EB;
}
.AnyTagClassName
{
color: #B334EB;
}
</style>
background-color css
<style>
a { background-color: #B334EB; }
a { background-color: rgb(179,52,235); }
div.DivClassName
{
background-color: #B334EB;
}
.BgClassName
{
background-color: #B334EB;
}
</style>
border-color css
<style>
span { border-color: #B334EB; }
span { border-color: rgb(179,52,235); }
td.TdClassName
{
border-color: #B334EB;
}
.TagClassName
{
border-color: #B334EB;
}
</style>