Shades of Dark Orchid #B434D0
Tints of Dark Orchid #B434D0
RGB
CMYK
RGB Variations
Color information
#B434D0 (or 0xB434D0) is known color: Dark Orchid. HEX triplet: B4, 34 and D0. RGB value is (180,52,208). Sum of RGB (Red+Green+Blue) = 180+52+208=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #B434D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434D0 is #4BCB2F. Grayscale: #6B6B6B. Windows color (decimal): -4967216 or 13644980. OLE color: 13644980.
HSL color Cylindrical-coordinate representation of color #B434D0: hue angle of 289.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B434D0 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 52 | 208 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.18 |
| HSL | 289.23º | 0.62% | 0.51% | - |
| HSV(B) | 289.23º | 0.75% | 0.82% | - |
| XYZ | 31.44 | 16.71 | 61.24 | - |
| YUV | 108.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 208 | 0.13 | 0.75 | 0 | 0.18 | 289.23 | 0.62 | 0.51 |
| Hex | B4 | 34 | D0 | D | 4B | 0 | 12 | 121 | 3E | 33 |
| Octal | 264 | 64 | 320 | 15 | 113 | 0 | 22 | 441 | 76 | 63 |
| Binary | 10110100 | 110100 | 11010000 | 1101 | 1001011 | 0 | 10010 | 100100001 | 111110 | 110011 |
Color Harmonies of #B434D0
Complementary color
Monochromatic Colors of #B434D0
Black with #B434D0
Text Example
Text Example
White with #B434D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434D0; }
p { color: rgb(180,52,208); }
H1.HeaderClassName
{
color: #B434D0;
}
.AnyTagClassName
{
color: #B434D0;
}
</style>
background-color css
<style>
a { background-color: #B434D0; }
a { background-color: rgb(180,52,208); }
div.DivClassName
{
background-color: #B434D0;
}
.BgClassName
{
background-color: #B434D0;
}
</style>
border-color css
<style>
span { border-color: #B434D0; }
span { border-color: rgb(180,52,208); }
td.TdClassName
{
border-color: #B434D0;
}
.TagClassName
{
border-color: #B434D0;
}
</style>