Shades of Dark Orchid #B432C9
Tints of Dark Orchid #B432C9
RGB
CMYK
RGB Variations
Color information
#B432C9 (or 0xB432C9) is known color: Dark Orchid. HEX triplet: B4, 32 and C9. RGB value is (180,50,201). Sum of RGB (Red+Green+Blue) = 180+50+201=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #B432C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432C9 is #4BCD36. Grayscale: #696969. Windows color (decimal): -4967735 or 13185716. OLE color: 13185716.
HSL color Cylindrical-coordinate representation of color #B432C9: hue angle of 291.66º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B432C9 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 50 | 201 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.21 |
| HSL | 291.66º | 0.6% | 0.49% | - |
| HSV(B) | 291.66º | 0.75% | 0.79% | - |
| XYZ | 30.51 | 16.2 | 56.78 | - |
| YUV | 106.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 201 | 0.10 | 0.75 | 0 | 0.21 | 291.66 | 0.6 | 0.49 |
| Hex | B4 | 32 | C9 | A | 4B | 0 | 15 | 124 | 3C | 31 |
| Octal | 264 | 62 | 311 | 12 | 113 | 0 | 25 | 444 | 74 | 61 |
| Binary | 10110100 | 110010 | 11001001 | 1010 | 1001011 | 0 | 10101 | 100100100 | 111100 | 110001 |
Color Harmonies of #B432C9
Complementary color
Monochromatic Colors of #B432C9
Black with #B432C9
Text Example
Text Example
White with #B432C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B432C9; }
p { color: rgb(180,50,201); }
H1.HeaderClassName
{
color: #B432C9;
}
.AnyTagClassName
{
color: #B432C9;
}
</style>
background-color css
<style>
a { background-color: #B432C9; }
a { background-color: rgb(180,50,201); }
div.DivClassName
{
background-color: #B432C9;
}
.BgClassName
{
background-color: #B432C9;
}
</style>
border-color css
<style>
span { border-color: #B432C9; }
span { border-color: rgb(180,50,201); }
td.TdClassName
{
border-color: #B432C9;
}
.TagClassName
{
border-color: #B432C9;
}
</style>