Shades of Dark Orchid #B423C8
Tints of Dark Orchid #B423C8
RGB
CMYK
RGB Variations
Color information
#B423C8 (or 0xB423C8) is known color: Dark Orchid. HEX triplet: B4, 23 and C8. RGB value is (180,35,200). Sum of RGB (Red+Green+Blue) = 180+35+200=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #B423C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423C8 is #4BDC37. Grayscale: #606060. Windows color (decimal): -4971576 or 13116340. OLE color: 13116340.
HSL color Cylindrical-coordinate representation of color #B423C8: hue angle of 292.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B423C8 is Cyan = 0.1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 35 | 200 | - |
| CMYK | 0.1 | 0.82 | 0 | 0.22 |
| HSL | 292.73º | 0.7% | 0.46% | - |
| HSV(B) | 292.73º | 0.83% | 0.78% | - |
| XYZ | 29.85 | 15.08 | 55.98 | - |
| YUV | 97.17 | 186.04 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 200 | 0.1 | 0.82 | 0 | 0.22 | 292.73 | 0.7 | 0.46 |
| Hex | B4 | 23 | C8 | A | 52 | 0 | 16 | 125 | 46 | 2E |
| Octal | 264 | 43 | 310 | 12 | 122 | 0 | 26 | 445 | 106 | 56 |
| Binary | 10110100 | 100011 | 11001000 | 1010 | 1010010 | 0 | 10110 | 100100101 | 1000110 | 101110 |
Color Harmonies of #B423C8
Complementary color
Monochromatic Colors of #B423C8
Black with #B423C8
Text Example
Text Example
White with #B423C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423C8; }
p { color: rgb(180,35,200); }
H1.HeaderClassName
{
color: #B423C8;
}
.AnyTagClassName
{
color: #B423C8;
}
</style>
background-color css
<style>
a { background-color: #B423C8; }
a { background-color: rgb(180,35,200); }
div.DivClassName
{
background-color: #B423C8;
}
.BgClassName
{
background-color: #B423C8;
}
</style>
border-color css
<style>
span { border-color: #B423C8; }
span { border-color: rgb(180,35,200); }
td.TdClassName
{
border-color: #B423C8;
}
.TagClassName
{
border-color: #B423C8;
}
</style>