Shades of Dark Orchid #B425DA
Tints of Dark Orchid #B425DA
RGB
CMYK
RGB Variations
Color information
#B425DA (or 0xB425DA) is known color: Dark Orchid. HEX triplet: B4, 25 and DA. RGB value is (180,37,218). Sum of RGB (Red+Green+Blue) = 180+37+218=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #B425DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425DA is #4BDA25. Grayscale: #636363. Windows color (decimal): -4971046 or 14296500. OLE color: 14296500.
HSL color Cylindrical-coordinate representation of color #B425DA: hue angle of 287.4º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B425DA is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 37 | 218 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.15 |
| HSL | 287.4º | 0.71% | 0.5% | - |
| HSV(B) | 287.4º | 0.83% | 0.85% | - |
| XYZ | 32.14 | 16.09 | 67.74 | - |
| YUV | 100.39 | 194.38 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 218 | 0.17 | 0.83 | 0 | 0.15 | 287.4 | 0.71 | 0.5 |
| Hex | B4 | 25 | DA | 11 | 53 | 0 | F | 11F | 47 | 32 |
| Octal | 264 | 45 | 332 | 21 | 123 | 0 | 17 | 437 | 107 | 62 |
| Binary | 10110100 | 100101 | 11011010 | 10001 | 1010011 | 0 | 1111 | 100011111 | 1000111 | 110010 |
Color Harmonies of #B425DA
Complementary color
Monochromatic Colors of #B425DA
Black with #B425DA
Text Example
Text Example
White with #B425DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B425DA; }
p { color: rgb(180,37,218); }
H1.HeaderClassName
{
color: #B425DA;
}
.AnyTagClassName
{
color: #B425DA;
}
</style>
background-color css
<style>
a { background-color: #B425DA; }
a { background-color: rgb(180,37,218); }
div.DivClassName
{
background-color: #B425DA;
}
.BgClassName
{
background-color: #B425DA;
}
</style>
border-color css
<style>
span { border-color: #B425DA; }
span { border-color: rgb(180,37,218); }
td.TdClassName
{
border-color: #B425DA;
}
.TagClassName
{
border-color: #B425DA;
}
</style>