Shades of Dark Orchid #B334DA
Tints of Dark Orchid #B334DA
RGB
CMYK
RGB Variations
Color information
#B334DA (or 0xB334DA) is known color: Dark Orchid. HEX triplet: B3, 34 and DA. RGB value is (179,52,218). Sum of RGB (Red+Green+Blue) = 179+52+218=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #B334DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334DA is #4CCB25. Grayscale: #6C6C6C. Windows color (decimal): -5032742 or 14300339. OLE color: 14300339.
HSL color Cylindrical-coordinate representation of color #B334DA: hue angle of 285.9º degrees, saturation: 0.69, 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 #B334DA is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 52 | 218 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.15 |
| HSL | 285.9º | 0.69% | 0.53% | - |
| HSV(B) | 285.9º | 0.76% | 0.85% | - |
| XYZ | 32.47 | 17.1 | 67.92 | - |
| YUV | 108.9 | 189.58 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 218 | 0.18 | 0.76 | 0 | 0.15 | 285.9 | 0.69 | 0.53 |
| Hex | B3 | 34 | DA | 12 | 4C | 0 | F | 11E | 45 | 35 |
| Octal | 263 | 64 | 332 | 22 | 114 | 0 | 17 | 436 | 105 | 65 |
| Binary | 10110011 | 110100 | 11011010 | 10010 | 1001100 | 0 | 1111 | 100011110 | 1000101 | 110101 |
Color Harmonies of #B334DA
Complementary color
Monochromatic Colors of #B334DA
Black with #B334DA
Text Example
Text Example
White with #B334DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334DA; }
p { color: rgb(179,52,218); }
H1.HeaderClassName
{
color: #B334DA;
}
.AnyTagClassName
{
color: #B334DA;
}
</style>
background-color css
<style>
a { background-color: #B334DA; }
a { background-color: rgb(179,52,218); }
div.DivClassName
{
background-color: #B334DA;
}
.BgClassName
{
background-color: #B334DA;
}
</style>
border-color css
<style>
span { border-color: #B334DA; }
span { border-color: rgb(179,52,218); }
td.TdClassName
{
border-color: #B334DA;
}
.TagClassName
{
border-color: #B334DA;
}
</style>