Shades of Dark Orchid #B034C4
Tints of Dark Orchid #B034C4
RGB
CMYK
RGB Variations
Color information
#B034C4 (or 0xB034C4) is known color: Dark Orchid. HEX triplet: B0, 34 and C4. RGB value is (176,52,196). Sum of RGB (Red+Green+Blue) = 176+52+196=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #B034C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B034C4 is #4FCB3B. Grayscale: #696969. Windows color (decimal): -5229372 or 12858544. OLE color: 12858544.
HSL color Cylindrical-coordinate representation of color #B034C4: hue angle of 291.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B034C4 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 52 | 196 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.23 |
| HSL | 291.67º | 0.58% | 0.49% | - |
| HSV(B) | 291.67º | 0.73% | 0.77% | - |
| XYZ | 29.1 | 15.67 | 53.72 | - |
| YUV | 105.49 | 179.08 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 196 | 0.10 | 0.73 | 0 | 0.23 | 291.67 | 0.58 | 0.49 |
| Hex | B0 | 34 | C4 | A | 49 | 0 | 17 | 124 | 3A | 31 |
| Octal | 260 | 64 | 304 | 12 | 111 | 0 | 27 | 444 | 72 | 61 |
| Binary | 10110000 | 110100 | 11000100 | 1010 | 1001001 | 0 | 10111 | 100100100 | 111010 | 110001 |
Color Harmonies of #B034C4
Complementary color
Monochromatic Colors of #B034C4
Black with #B034C4
Text Example
Text Example
White with #B034C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B034C4; }
p { color: rgb(176,52,196); }
H1.HeaderClassName
{
color: #B034C4;
}
.AnyTagClassName
{
color: #B034C4;
}
</style>
background-color css
<style>
a { background-color: #B034C4; }
a { background-color: rgb(176,52,196); }
div.DivClassName
{
background-color: #B034C4;
}
.BgClassName
{
background-color: #B034C4;
}
</style>
border-color css
<style>
span { border-color: #B034C4; }
span { border-color: rgb(176,52,196); }
td.TdClassName
{
border-color: #B034C4;
}
.TagClassName
{
border-color: #B034C4;
}
</style>