Shades of Dark Orchid #B430BD
Tints of Dark Orchid #B430BD
RGB
CMYK
RGB Variations
Color information
#B430BD (or 0xB430BD) is known color: Dark Orchid. HEX triplet: B4, 30 and BD. RGB value is (180,48,189). Sum of RGB (Red+Green+Blue) = 180+48+189=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #B430BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430BD is #4BCF42. Grayscale: #676767. Windows color (decimal): -4968259 or 12398772. OLE color: 12398772.
HSL color Cylindrical-coordinate representation of color #B430BD: hue angle of 296.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B430BD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 48 | 189 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.26 |
| HSL | 296.17º | 0.59% | 0.46% | - |
| HSV(B) | 296.17º | 0.75% | 0.74% | - |
| XYZ | 29.06 | 15.49 | 49.6 | - |
| YUV | 103.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 189 | 0.05 | 0.75 | 0 | 0.26 | 296.17 | 0.59 | 0.46 |
| Hex | B4 | 30 | BD | 5 | 4B | 0 | 1A | 128 | 3B | 2E |
| Octal | 264 | 60 | 275 | 5 | 113 | 0 | 32 | 450 | 73 | 56 |
| Binary | 10110100 | 110000 | 10111101 | 101 | 1001011 | 0 | 11010 | 100101000 | 111011 | 101110 |
Color Harmonies of #B430BD
Complementary color
Monochromatic Colors of #B430BD
Black with #B430BD
Text Example
Text Example
White with #B430BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430BD; }
p { color: rgb(180,48,189); }
H1.HeaderClassName
{
color: #B430BD;
}
.AnyTagClassName
{
color: #B430BD;
}
</style>
background-color css
<style>
a { background-color: #B430BD; }
a { background-color: rgb(180,48,189); }
div.DivClassName
{
background-color: #B430BD;
}
.BgClassName
{
background-color: #B430BD;
}
</style>
border-color css
<style>
span { border-color: #B430BD; }
span { border-color: rgb(180,48,189); }
td.TdClassName
{
border-color: #B430BD;
}
.TagClassName
{
border-color: #B430BD;
}
</style>