Shades of Dark Orchid #B424C3
Tints of Dark Orchid #B424C3
RGB
CMYK
RGB Variations
Color information
#B424C3 (or 0xB424C3) is known color: Dark Orchid. HEX triplet: B4, 24 and C3. RGB value is (180,36,195). Sum of RGB (Red+Green+Blue) = 180+36+195=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 195 - color contains mainly: blue. Hex color #B424C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424C3 is #4BDB3C. Grayscale: #606060. Windows color (decimal): -4971325 or 12788916. OLE color: 12788916.
HSL color Cylindrical-coordinate representation of color #B424C3: hue angle of 294.34º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B424C3 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 36 | 195 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.24 |
| HSL | 294.34º | 0.69% | 0.45% | - |
| HSV(B) | 294.34º | 0.82% | 0.76% | - |
| XYZ | 29.3 | 14.91 | 52.96 | - |
| YUV | 97.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 195 | 0.08 | 0.82 | 0 | 0.24 | 294.34 | 0.69 | 0.45 |
| Hex | B4 | 24 | C3 | 8 | 52 | 0 | 18 | 126 | 45 | 2D |
| Octal | 264 | 44 | 303 | 10 | 122 | 0 | 30 | 446 | 105 | 55 |
| Binary | 10110100 | 100100 | 11000011 | 1000 | 1010010 | 0 | 11000 | 100100110 | 1000101 | 101101 |
Color Harmonies of #B424C3
Complementary color
Monochromatic Colors of #B424C3
Black with #B424C3
Text Example
Text Example
White with #B424C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B424C3; }
p { color: rgb(180,36,195); }
H1.HeaderClassName
{
color: #B424C3;
}
.AnyTagClassName
{
color: #B424C3;
}
</style>
background-color css
<style>
a { background-color: #B424C3; }
a { background-color: rgb(180,36,195); }
div.DivClassName
{
background-color: #B424C3;
}
.BgClassName
{
background-color: #B424C3;
}
</style>
border-color css
<style>
span { border-color: #B424C3; }
span { border-color: rgb(180,36,195); }
td.TdClassName
{
border-color: #B424C3;
}
.TagClassName
{
border-color: #B424C3;
}
</style>