Shades of Dark Orchid #B432D0
Tints of Dark Orchid #B432D0
RGB
CMYK
RGB Variations
Color information
#B432D0 (or 0xB432D0) is known color: Dark Orchid. HEX triplet: B4, 32 and D0. RGB value is (180,50,208). Sum of RGB (Red+Green+Blue) = 180+50+208=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #B432D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432D0 is #4BCD2F. Grayscale: #6A6A6A. Windows color (decimal): -4967728 or 13644468. OLE color: 13644468.
HSL color Cylindrical-coordinate representation of color #B432D0: hue angle of 289.37º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B432D0 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 50 | 208 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.18 |
| HSL | 289.37º | 0.63% | 0.51% | - |
| HSV(B) | 289.37º | 0.76% | 0.82% | - |
| XYZ | 31.35 | 16.54 | 61.21 | - |
| YUV | 106.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 208 | 0.13 | 0.76 | 0 | 0.18 | 289.37 | 0.63 | 0.51 |
| Hex | B4 | 32 | D0 | D | 4C | 0 | 12 | 121 | 3F | 33 |
| Octal | 264 | 62 | 320 | 15 | 114 | 0 | 22 | 441 | 77 | 63 |
| Binary | 10110100 | 110010 | 11010000 | 1101 | 1001100 | 0 | 10010 | 100100001 | 111111 | 110011 |
Color Harmonies of #B432D0
Complementary color
Monochromatic Colors of #B432D0
Black with #B432D0
Text Example
Text Example
White with #B432D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B432D0; }
p { color: rgb(180,50,208); }
H1.HeaderClassName
{
color: #B432D0;
}
.AnyTagClassName
{
color: #B432D0;
}
</style>
background-color css
<style>
a { background-color: #B432D0; }
a { background-color: rgb(180,50,208); }
div.DivClassName
{
background-color: #B432D0;
}
.BgClassName
{
background-color: #B432D0;
}
</style>
border-color css
<style>
span { border-color: #B432D0; }
span { border-color: rgb(180,50,208); }
td.TdClassName
{
border-color: #B432D0;
}
.TagClassName
{
border-color: #B432D0;
}
</style>