Shades of Dark Orchid #B430D8
Tints of Dark Orchid #B430D8
RGB
CMYK
RGB Variations
Color information
#B430D8 (or 0xB430D8) is known color: Dark Orchid. HEX triplet: B4, 30 and D8. RGB value is (180,48,216). Sum of RGB (Red+Green+Blue) = 180+48+216=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #B430D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430D8 is #4BCF27. Grayscale: #6A6A6A. Windows color (decimal): -4968232 or 14168244. OLE color: 14168244.
HSL color Cylindrical-coordinate representation of color #B430D8: hue angle of 287.14º degrees, saturation: 0.68, 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 #B430D8 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 48 | 216 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.15 |
| HSL | 287.14º | 0.68% | 0.52% | - |
| HSV(B) | 287.14º | 0.78% | 0.85% | - |
| XYZ | 32.27 | 16.78 | 66.5 | - |
| YUV | 106.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 216 | 0.17 | 0.78 | 0 | 0.15 | 287.14 | 0.68 | 0.52 |
| Hex | B4 | 30 | D8 | 11 | 4E | 0 | F | 11F | 44 | 34 |
| Octal | 264 | 60 | 330 | 21 | 116 | 0 | 17 | 437 | 104 | 64 |
| Binary | 10110100 | 110000 | 11011000 | 10001 | 1001110 | 0 | 1111 | 100011111 | 1000100 | 110100 |
Color Harmonies of #B430D8
Complementary color
Monochromatic Colors of #B430D8
Black with #B430D8
Text Example
Text Example
White with #B430D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430D8; }
p { color: rgb(180,48,216); }
H1.HeaderClassName
{
color: #B430D8;
}
.AnyTagClassName
{
color: #B430D8;
}
</style>
background-color css
<style>
a { background-color: #B430D8; }
a { background-color: rgb(180,48,216); }
div.DivClassName
{
background-color: #B430D8;
}
.BgClassName
{
background-color: #B430D8;
}
</style>
border-color css
<style>
span { border-color: #B430D8; }
span { border-color: rgb(180,48,216); }
td.TdClassName
{
border-color: #B430D8;
}
.TagClassName
{
border-color: #B430D8;
}
</style>