Shades of Dark Orchid #B427DB
Tints of Dark Orchid #B427DB
RGB
CMYK
RGB Variations
Color information
#B427DB (or 0xB427DB) is known color: Dark Orchid. HEX triplet: B4, 27 and DB. RGB value is (180,39,219). Sum of RGB (Red+Green+Blue) = 180+39+219=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #B427DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B427DB is #4BD824. Grayscale: #656565. Windows color (decimal): -4970533 or 14362548. OLE color: 14362548.
HSL color Cylindrical-coordinate representation of color #B427DB: hue angle of 287º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B427DB is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 39 | 219 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.14 |
| HSL | 287º | 0.71% | 0.51% | - |
| HSV(B) | 287º | 0.82% | 0.86% | - |
| XYZ | 32.33 | 16.27 | 68.45 | - |
| YUV | 101.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 219 | 0.18 | 0.82 | 0 | 0.14 | 287 | 0.71 | 0.51 |
| Hex | B4 | 27 | DB | 12 | 52 | 0 | E | 11F | 47 | 33 |
| Octal | 264 | 47 | 333 | 22 | 122 | 0 | 16 | 437 | 107 | 63 |
| Binary | 10110100 | 100111 | 11011011 | 10010 | 1010010 | 0 | 1110 | 100011111 | 1000111 | 110011 |
Color Harmonies of #B427DB
Complementary color
Monochromatic Colors of #B427DB
Black with #B427DB
Text Example
Text Example
White with #B427DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B427DB; }
p { color: rgb(180,39,219); }
H1.HeaderClassName
{
color: #B427DB;
}
.AnyTagClassName
{
color: #B427DB;
}
</style>
background-color css
<style>
a { background-color: #B427DB; }
a { background-color: rgb(180,39,219); }
div.DivClassName
{
background-color: #B427DB;
}
.BgClassName
{
background-color: #B427DB;
}
</style>
border-color css
<style>
span { border-color: #B427DB; }
span { border-color: rgb(180,39,219); }
td.TdClassName
{
border-color: #B427DB;
}
.TagClassName
{
border-color: #B427DB;
}
</style>