Shades of Dark Orchid #B431DA
Tints of Dark Orchid #B431DA
RGB
CMYK
RGB Variations
Color information
#B431DA (or 0xB431DA) is known color: Dark Orchid. HEX triplet: B4, 31 and DA. RGB value is (180,49,218). Sum of RGB (Red+Green+Blue) = 180+49+218=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #B431DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431DA is #4BCE25. Grayscale: #6A6A6A. Windows color (decimal): -4967974 or 14299572. OLE color: 14299572.
HSL color Cylindrical-coordinate representation of color #B431DA: hue angle of 286.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B431DA is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 49 | 218 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.15 |
| HSL | 286.51º | 0.7% | 0.52% | - |
| HSV(B) | 286.51º | 0.78% | 0.85% | - |
| XYZ | 32.58 | 16.96 | 67.89 | - |
| YUV | 107.44 | 190.4 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 218 | 0.17 | 0.78 | 0 | 0.15 | 286.51 | 0.7 | 0.52 |
| Hex | B4 | 31 | DA | 11 | 4E | 0 | F | 11F | 46 | 34 |
| Octal | 264 | 61 | 332 | 21 | 116 | 0 | 17 | 437 | 106 | 64 |
| Binary | 10110100 | 110001 | 11011010 | 10001 | 1001110 | 0 | 1111 | 100011111 | 1000110 | 110100 |
Color Harmonies of #B431DA
Complementary color
Monochromatic Colors of #B431DA
Black with #B431DA
Text Example
Text Example
White with #B431DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431DA; }
p { color: rgb(180,49,218); }
H1.HeaderClassName
{
color: #B431DA;
}
.AnyTagClassName
{
color: #B431DA;
}
</style>
background-color css
<style>
a { background-color: #B431DA; }
a { background-color: rgb(180,49,218); }
div.DivClassName
{
background-color: #B431DA;
}
.BgClassName
{
background-color: #B431DA;
}
</style>
border-color css
<style>
span { border-color: #B431DA; }
span { border-color: rgb(180,49,218); }
td.TdClassName
{
border-color: #B431DA;
}
.TagClassName
{
border-color: #B431DA;
}
</style>