Shades of Dark Orchid #B334DF
Tints of Dark Orchid #B334DF
RGB
CMYK
RGB Variations
Color information
#B334DF (or 0xB334DF) is known color: Dark Orchid. HEX triplet: B3, 34 and DF. RGB value is (179,52,223). Sum of RGB (Red+Green+Blue) = 179+52+223=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #B334DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334DF is #4CCB20. Grayscale: #6C6C6C. Windows color (decimal): -5032737 or 14628019. OLE color: 14628019.
HSL color Cylindrical-coordinate representation of color #B334DF: hue angle of 284.56º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B334DF is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 52 | 223 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.13 |
| HSL | 284.56º | 0.73% | 0.54% | - |
| HSV(B) | 284.56º | 0.77% | 0.87% | - |
| XYZ | 33.14 | 17.37 | 71.42 | - |
| YUV | 109.47 | 192.08 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 223 | 0.20 | 0.77 | 0 | 0.13 | 284.56 | 0.73 | 0.54 |
| Hex | B3 | 34 | DF | 14 | 4D | 0 | D | 11D | 49 | 36 |
| Octal | 263 | 64 | 337 | 24 | 115 | 0 | 15 | 435 | 111 | 66 |
| Binary | 10110011 | 110100 | 11011111 | 10100 | 1001101 | 0 | 1101 | 100011101 | 1001001 | 110110 |
Color Harmonies of #B334DF
Complementary color
Monochromatic Colors of #B334DF
Black with #B334DF
Text Example
Text Example
White with #B334DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334DF; }
p { color: rgb(179,52,223); }
H1.HeaderClassName
{
color: #B334DF;
}
.AnyTagClassName
{
color: #B334DF;
}
</style>
background-color css
<style>
a { background-color: #B334DF; }
a { background-color: rgb(179,52,223); }
div.DivClassName
{
background-color: #B334DF;
}
.BgClassName
{
background-color: #B334DF;
}
</style>
border-color css
<style>
span { border-color: #B334DF; }
span { border-color: rgb(179,52,223); }
td.TdClassName
{
border-color: #B334DF;
}
.TagClassName
{
border-color: #B334DF;
}
</style>