Shades of Dark Orchid #B434CD
Tints of Dark Orchid #B434CD
RGB
CMYK
RGB Variations
Color information
#B434CD (or 0xB434CD) is known color: Dark Orchid. HEX triplet: B4, 34 and CD. RGB value is (180,52,205). Sum of RGB (Red+Green+Blue) = 180+52+205=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #B434CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434CD is #4BCB32. Grayscale: #6B6B6B. Windows color (decimal): -4967219 or 13448372. OLE color: 13448372.
HSL color Cylindrical-coordinate representation of color #B434CD: hue angle of 290.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B434CD is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 52 | 205 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.20 |
| HSL | 290.2º | 0.6% | 0.5% | - |
| HSV(B) | 290.2º | 0.75% | 0.8% | - |
| XYZ | 31.07 | 16.57 | 59.32 | - |
| YUV | 107.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 205 | 0.12 | 0.75 | 0 | 0.20 | 290.2 | 0.6 | 0.5 |
| Hex | B4 | 34 | CD | C | 4B | 0 | 14 | 122 | 3C | 32 |
| Octal | 264 | 64 | 315 | 14 | 113 | 0 | 24 | 442 | 74 | 62 |
| Binary | 10110100 | 110100 | 11001101 | 1100 | 1001011 | 0 | 10100 | 100100010 | 111100 | 110010 |
Color Harmonies of #B434CD
Complementary color
Monochromatic Colors of #B434CD
Black with #B434CD
Text Example
Text Example
White with #B434CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434CD; }
p { color: rgb(180,52,205); }
H1.HeaderClassName
{
color: #B434CD;
}
.AnyTagClassName
{
color: #B434CD;
}
</style>
background-color css
<style>
a { background-color: #B434CD; }
a { background-color: rgb(180,52,205); }
div.DivClassName
{
background-color: #B434CD;
}
.BgClassName
{
background-color: #B434CD;
}
</style>
border-color css
<style>
span { border-color: #B434CD; }
span { border-color: rgb(180,52,205); }
td.TdClassName
{
border-color: #B434CD;
}
.TagClassName
{
border-color: #B434CD;
}
</style>