Shades of Dark Orchid #B334D8
Tints of Dark Orchid #B334D8
RGB
CMYK
RGB Variations
Color information
#B334D8 (or 0xB334D8) is known color: Dark Orchid. HEX triplet: B3, 34 and D8. RGB value is (179,52,216). Sum of RGB (Red+Green+Blue) = 179+52+216=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #B334D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334D8 is #4CCB27. Grayscale: #6C6C6C. Windows color (decimal): -5032744 or 14169267. OLE color: 14169267.
HSL color Cylindrical-coordinate representation of color #B334D8: hue angle of 286.46º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B334D8 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 52 | 216 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.15 |
| HSL | 286.46º | 0.68% | 0.53% | - |
| HSV(B) | 286.46º | 0.76% | 0.85% | - |
| XYZ | 32.21 | 17 | 66.55 | - |
| YUV | 108.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 216 | 0.17 | 0.76 | 0 | 0.15 | 286.46 | 0.68 | 0.53 |
| Hex | B3 | 34 | D8 | 11 | 4C | 0 | F | 11E | 44 | 35 |
| Octal | 263 | 64 | 330 | 21 | 114 | 0 | 17 | 436 | 104 | 65 |
| Binary | 10110011 | 110100 | 11011000 | 10001 | 1001100 | 0 | 1111 | 100011110 | 1000100 | 110101 |
Color Harmonies of #B334D8
Complementary color
Monochromatic Colors of #B334D8
Black with #B334D8
Text Example
Text Example
White with #B334D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334D8; }
p { color: rgb(179,52,216); }
H1.HeaderClassName
{
color: #B334D8;
}
.AnyTagClassName
{
color: #B334D8;
}
</style>
background-color css
<style>
a { background-color: #B334D8; }
a { background-color: rgb(179,52,216); }
div.DivClassName
{
background-color: #B334D8;
}
.BgClassName
{
background-color: #B334D8;
}
</style>
border-color css
<style>
span { border-color: #B334D8; }
span { border-color: rgb(179,52,216); }
td.TdClassName
{
border-color: #B334D8;
}
.TagClassName
{
border-color: #B334D8;
}
</style>