Shades of Dark Orchid #B434CE
Tints of Dark Orchid #B434CE
RGB
CMYK
RGB Variations
Color information
#B434CE (or 0xB434CE) is known color: Dark Orchid. HEX triplet: B4, 34 and CE. RGB value is (180,52,206). Sum of RGB (Red+Green+Blue) = 180+52+206=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #B434CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434CE is #4BCB31. Grayscale: #6B6B6B. Windows color (decimal): -4967218 or 13513908. OLE color: 13513908.
HSL color Cylindrical-coordinate representation of color #B434CE: hue angle of 289.87º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B434CE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 52 | 206 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.19 |
| HSL | 289.87º | 0.61% | 0.51% | - |
| HSV(B) | 289.87º | 0.75% | 0.81% | - |
| XYZ | 31.19 | 16.62 | 59.96 | - |
| YUV | 107.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 206 | 0.13 | 0.75 | 0 | 0.19 | 289.87 | 0.61 | 0.51 |
| Hex | B4 | 34 | CE | D | 4B | 0 | 13 | 122 | 3D | 33 |
| Octal | 264 | 64 | 316 | 15 | 113 | 0 | 23 | 442 | 75 | 63 |
| Binary | 10110100 | 110100 | 11001110 | 1101 | 1001011 | 0 | 10011 | 100100010 | 111101 | 110011 |
Color Harmonies of #B434CE
Complementary color
Monochromatic Colors of #B434CE
Black with #B434CE
Text Example
Text Example
White with #B434CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434CE; }
p { color: rgb(180,52,206); }
H1.HeaderClassName
{
color: #B434CE;
}
.AnyTagClassName
{
color: #B434CE;
}
</style>
background-color css
<style>
a { background-color: #B434CE; }
a { background-color: rgb(180,52,206); }
div.DivClassName
{
background-color: #B434CE;
}
.BgClassName
{
background-color: #B434CE;
}
</style>
border-color css
<style>
span { border-color: #B434CE; }
span { border-color: rgb(180,52,206); }
td.TdClassName
{
border-color: #B434CE;
}
.TagClassName
{
border-color: #B434CE;
}
</style>