Shades of Dark Orchid #B425D2
Tints of Dark Orchid #B425D2
RGB
CMYK
RGB Variations
Color information
#B425D2 (or 0xB425D2) is known color: Dark Orchid. HEX triplet: B4, 25 and D2. RGB value is (180,37,210). Sum of RGB (Red+Green+Blue) = 180+37+210=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #B425D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425D2 is #4BDA2D. Grayscale: #626262. Windows color (decimal): -4971054 or 13772212. OLE color: 13772212.
HSL color Cylindrical-coordinate representation of color #B425D2: hue angle of 289.6º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B425D2 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 37 | 210 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.18 |
| HSL | 289.6º | 0.7% | 0.48% | - |
| HSV(B) | 289.6º | 0.82% | 0.82% | - |
| XYZ | 31.12 | 15.68 | 62.36 | - |
| YUV | 99.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 210 | 0.14 | 0.82 | 0 | 0.18 | 289.6 | 0.7 | 0.48 |
| Hex | B4 | 25 | D2 | E | 52 | 0 | 12 | 122 | 46 | 30 |
| Octal | 264 | 45 | 322 | 16 | 122 | 0 | 22 | 442 | 106 | 60 |
| Binary | 10110100 | 100101 | 11010010 | 1110 | 1010010 | 0 | 10010 | 100100010 | 1000110 | 110000 |
Color Harmonies of #B425D2
Complementary color
Monochromatic Colors of #B425D2
Black with #B425D2
Text Example
Text Example
White with #B425D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B425D2; }
p { color: rgb(180,37,210); }
H1.HeaderClassName
{
color: #B425D2;
}
.AnyTagClassName
{
color: #B425D2;
}
</style>
background-color css
<style>
a { background-color: #B425D2; }
a { background-color: rgb(180,37,210); }
div.DivClassName
{
background-color: #B425D2;
}
.BgClassName
{
background-color: #B425D2;
}
</style>
border-color css
<style>
span { border-color: #B425D2; }
span { border-color: rgb(180,37,210); }
td.TdClassName
{
border-color: #B425D2;
}
.TagClassName
{
border-color: #B425D2;
}
</style>