Shades of Dark Orchid #B434DF
Tints of Dark Orchid #B434DF
RGB
CMYK
RGB Variations
Color information
#B434DF (or 0xB434DF) is known color: Dark Orchid. HEX triplet: B4, 34 and DF. RGB value is (180,52,223). Sum of RGB (Red+Green+Blue) = 180+52+223=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #B434DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434DF is #4BCB20. Grayscale: #6D6D6D. Windows color (decimal): -4967201 or 14628020. OLE color: 14628020.
HSL color Cylindrical-coordinate representation of color #B434DF: hue angle of 284.91º 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 #B434DF is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 52 | 223 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.13 |
| HSL | 284.91º | 0.73% | 0.54% | - |
| HSV(B) | 284.91º | 0.77% | 0.87% | - |
| XYZ | 33.37 | 17.49 | 71.43 | - |
| YUV | 109.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 223 | 0.19 | 0.77 | 0 | 0.13 | 284.91 | 0.73 | 0.54 |
| Hex | B4 | 34 | DF | 13 | 4D | 0 | D | 11D | 49 | 36 |
| Octal | 264 | 64 | 337 | 23 | 115 | 0 | 15 | 435 | 111 | 66 |
| Binary | 10110100 | 110100 | 11011111 | 10011 | 1001101 | 0 | 1101 | 100011101 | 1001001 | 110110 |
Color Harmonies of #B434DF
Complementary color
Monochromatic Colors of #B434DF
Black with #B434DF
Text Example
Text Example
White with #B434DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434DF; }
p { color: rgb(180,52,223); }
H1.HeaderClassName
{
color: #B434DF;
}
.AnyTagClassName
{
color: #B434DF;
}
</style>
background-color css
<style>
a { background-color: #B434DF; }
a { background-color: rgb(180,52,223); }
div.DivClassName
{
background-color: #B434DF;
}
.BgClassName
{
background-color: #B434DF;
}
</style>
border-color css
<style>
span { border-color: #B434DF; }
span { border-color: rgb(180,52,223); }
td.TdClassName
{
border-color: #B434DF;
}
.TagClassName
{
border-color: #B434DF;
}
</style>