Shades of Dark Orchid #B431C0
Tints of Dark Orchid #B431C0
RGB
CMYK
RGB Variations
Color information
#B431C0 (or 0xB431C0) is known color: Dark Orchid. HEX triplet: B4, 31 and C0. RGB value is (180,49,192). Sum of RGB (Red+Green+Blue) = 180+49+192=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #B431C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431C0 is #4BCE3F. Grayscale: #686868. Windows color (decimal): -4968000 or 12595636. OLE color: 12595636.
HSL color Cylindrical-coordinate representation of color #B431C0: hue angle of 294.97º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B431C0 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 49 | 192 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.25 |
| HSL | 294.97º | 0.59% | 0.47% | - |
| HSV(B) | 294.97º | 0.74% | 0.75% | - |
| XYZ | 29.44 | 15.71 | 51.35 | - |
| YUV | 104.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 192 | 0.06 | 0.74 | 0 | 0.25 | 294.97 | 0.59 | 0.47 |
| Hex | B4 | 31 | C0 | 6 | 4A | 0 | 19 | 127 | 3B | 2F |
| Octal | 264 | 61 | 300 | 6 | 112 | 0 | 31 | 447 | 73 | 57 |
| Binary | 10110100 | 110001 | 11000000 | 110 | 1001010 | 0 | 11001 | 100100111 | 111011 | 101111 |
Color Harmonies of #B431C0
Complementary color
Monochromatic Colors of #B431C0
Black with #B431C0
Text Example
Text Example
White with #B431C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431C0; }
p { color: rgb(180,49,192); }
H1.HeaderClassName
{
color: #B431C0;
}
.AnyTagClassName
{
color: #B431C0;
}
</style>
background-color css
<style>
a { background-color: #B431C0; }
a { background-color: rgb(180,49,192); }
div.DivClassName
{
background-color: #B431C0;
}
.BgClassName
{
background-color: #B431C0;
}
</style>
border-color css
<style>
span { border-color: #B431C0; }
span { border-color: rgb(180,49,192); }
td.TdClassName
{
border-color: #B431C0;
}
.TagClassName
{
border-color: #B431C0;
}
</style>