Shades of Dark Orchid #B423B3
Tints of Dark Orchid #B423B3
RGB
CMYK
RGB Variations
Color information
#B423B3 (or 0xB423B3) is known color: Dark Orchid. HEX triplet: B4, 23 and B3. RGB value is (180,35,179). Sum of RGB (Red+Green+Blue) = 180+35+179=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B423B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423B3 is #4BDC4C. Grayscale: #5E5E5E. Windows color (decimal): -4971597 or 11740084. OLE color: 11740084.
HSL color Cylindrical-coordinate representation of color #B423B3: hue angle of 300.41º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B423B3 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 179 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.29 |
| HSL | 300.41º | 0.67% | 0.42% | - |
| HSV(B) | 300.41º | 0.81% | 0.71% | - |
| XYZ | 27.56 | 14.16 | 43.93 | - |
| YUV | 94.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 179 | 0 | 0.81 | 0.01 | 0.29 | 300.41 | 0.67 | 0.42 |
| Hex | B4 | 23 | B3 | 0 | 51 | 1 | 1D | 12C | 43 | 2A |
| Octal | 264 | 43 | 263 | 0 | 121 | 1 | 35 | 454 | 103 | 52 |
| Binary | 10110100 | 100011 | 10110011 | 0 | 1010001 | 1 | 11101 | 100101100 | 1000011 | 101010 |
Color Harmonies of #B423B3
Complementary color
Monochromatic Colors of #B423B3
Black with #B423B3
Text Example
Text Example
White with #B423B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423B3; }
p { color: rgb(180,35,179); }
H1.HeaderClassName
{
color: #B423B3;
}
.AnyTagClassName
{
color: #B423B3;
}
</style>
background-color css
<style>
a { background-color: #B423B3; }
a { background-color: rgb(180,35,179); }
div.DivClassName
{
background-color: #B423B3;
}
.BgClassName
{
background-color: #B423B3;
}
</style>
border-color css
<style>
span { border-color: #B423B3; }
span { border-color: rgb(180,35,179); }
td.TdClassName
{
border-color: #B423B3;
}
.TagClassName
{
border-color: #B423B3;
}
</style>