Shades of Dark Orchid #B430DA
Tints of Dark Orchid #B430DA
RGB
CMYK
RGB Variations
Color information
#B430DA (or 0xB430DA) is known color: Dark Orchid. HEX triplet: B4, 30 and DA. RGB value is (180,48,218). Sum of RGB (Red+Green+Blue) = 180+48+218=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #B430DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430DA is #4BCF25. Grayscale: #6A6A6A. Windows color (decimal): -4968230 or 14299316. OLE color: 14299316.
HSL color Cylindrical-coordinate representation of color #B430DA: hue angle of 286.59º degrees, saturation: 0.7, 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 #B430DA is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 48 | 218 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.15 |
| HSL | 286.59º | 0.7% | 0.52% | - |
| HSV(B) | 286.59º | 0.78% | 0.85% | - |
| XYZ | 32.53 | 16.88 | 67.87 | - |
| YUV | 106.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 218 | 0.17 | 0.78 | 0 | 0.15 | 286.59 | 0.7 | 0.52 |
| Hex | B4 | 30 | DA | 11 | 4E | 0 | F | 11F | 46 | 34 |
| Octal | 264 | 60 | 332 | 21 | 116 | 0 | 17 | 437 | 106 | 64 |
| Binary | 10110100 | 110000 | 11011010 | 10001 | 1001110 | 0 | 1111 | 100011111 | 1000110 | 110100 |
Color Harmonies of #B430DA
Complementary color
Monochromatic Colors of #B430DA
Black with #B430DA
Text Example
Text Example
White with #B430DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430DA; }
p { color: rgb(180,48,218); }
H1.HeaderClassName
{
color: #B430DA;
}
.AnyTagClassName
{
color: #B430DA;
}
</style>
background-color css
<style>
a { background-color: #B430DA; }
a { background-color: rgb(180,48,218); }
div.DivClassName
{
background-color: #B430DA;
}
.BgClassName
{
background-color: #B430DA;
}
</style>
border-color css
<style>
span { border-color: #B430DA; }
span { border-color: rgb(180,48,218); }
td.TdClassName
{
border-color: #B430DA;
}
.TagClassName
{
border-color: #B430DA;
}
</style>