Shades of Dark Orchid #B426DA
Tints of Dark Orchid #B426DA
RGB
CMYK
RGB Variations
Color information
#B426DA (or 0xB426DA) is known color: Dark Orchid. HEX triplet: B4, 26 and DA. RGB value is (180,38,218). Sum of RGB (Red+Green+Blue) = 180+38+218=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #B426DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426DA is #4BD925. Grayscale: #646464. Windows color (decimal): -4970790 or 14296756. OLE color: 14296756.
HSL color Cylindrical-coordinate representation of color #B426DA: hue angle of 287.33º 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 #B426DA is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 38 | 218 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.15 |
| HSL | 287.33º | 0.71% | 0.5% | - |
| HSV(B) | 287.33º | 0.83% | 0.85% | - |
| XYZ | 32.17 | 16.15 | 67.75 | - |
| YUV | 100.98 | 194.04 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 218 | 0.17 | 0.83 | 0 | 0.15 | 287.33 | 0.71 | 0.5 |
| Hex | B4 | 26 | DA | 11 | 53 | 0 | F | 11F | 47 | 32 |
| Octal | 264 | 46 | 332 | 21 | 123 | 0 | 17 | 437 | 107 | 62 |
| Binary | 10110100 | 100110 | 11011010 | 10001 | 1010011 | 0 | 1111 | 100011111 | 1000111 | 110010 |
Color Harmonies of #B426DA
Complementary color
Monochromatic Colors of #B426DA
Black with #B426DA
Text Example
Text Example
White with #B426DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B426DA; }
p { color: rgb(180,38,218); }
H1.HeaderClassName
{
color: #B426DA;
}
.AnyTagClassName
{
color: #B426DA;
}
</style>
background-color css
<style>
a { background-color: #B426DA; }
a { background-color: rgb(180,38,218); }
div.DivClassName
{
background-color: #B426DA;
}
.BgClassName
{
background-color: #B426DA;
}
</style>
border-color css
<style>
span { border-color: #B426DA; }
span { border-color: rgb(180,38,218); }
td.TdClassName
{
border-color: #B426DA;
}
.TagClassName
{
border-color: #B426DA;
}
</style>