Shades of Dark Orchid #B334EA
Tints of Dark Orchid #B334EA
RGB
CMYK
RGB Variations
Color information
#B334EA (or 0xB334EA) is known color: Dark Orchid. HEX triplet: B3, 34 and EA. RGB value is (179,52,234). Sum of RGB (Red+Green+Blue) = 179+52+234=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #B334EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334EA is #4CCB15. Grayscale: #6E6E6E. Windows color (decimal): -5032726 or 15348915. OLE color: 15348915.
HSL color Cylindrical-coordinate representation of color #B334EA: hue angle of 281.87º degrees, saturation: 0.81, 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 #B334EA is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 52 | 234 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.08 |
| HSL | 281.87º | 0.81% | 0.56% | - |
| HSV(B) | 281.87º | 0.78% | 0.92% | - |
| XYZ | 34.67 | 17.98 | 79.49 | - |
| YUV | 110.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 234 | 0.24 | 0.78 | 0 | 0.08 | 281.87 | 0.81 | 0.56 |
| Hex | B3 | 34 | EA | 18 | 4E | 0 | 8 | 11A | 51 | 38 |
| Octal | 263 | 64 | 352 | 30 | 116 | 0 | 10 | 432 | 121 | 70 |
| Binary | 10110011 | 110100 | 11101010 | 11000 | 1001110 | 0 | 1000 | 100011010 | 1010001 | 111000 |
Color Harmonies of #B334EA
Complementary color
Monochromatic Colors of #B334EA
Black with #B334EA
Text Example
Text Example
White with #B334EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334EA; }
p { color: rgb(179,52,234); }
H1.HeaderClassName
{
color: #B334EA;
}
.AnyTagClassName
{
color: #B334EA;
}
</style>
background-color css
<style>
a { background-color: #B334EA; }
a { background-color: rgb(179,52,234); }
div.DivClassName
{
background-color: #B334EA;
}
.BgClassName
{
background-color: #B334EA;
}
</style>
border-color css
<style>
span { border-color: #B334EA; }
span { border-color: rgb(179,52,234); }
td.TdClassName
{
border-color: #B334EA;
}
.TagClassName
{
border-color: #B334EA;
}
</style>