Shades of Dark Orchid #B42ACF
Tints of Dark Orchid #B42ACF
RGB
CMYK
RGB Variations
Color information
#B42ACF (or 0xB42ACF) is known color: Dark Orchid. HEX triplet: B4, 2A and CF. RGB value is (180,42,207). Sum of RGB (Red+Green+Blue) = 180+42+207=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #B42ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42ACF is #4BD530. Grayscale: #656565. Windows color (decimal): -4969777 or 13576884. OLE color: 13576884.
HSL color Cylindrical-coordinate representation of color #B42ACF: hue angle of 290.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42ACF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 42 | 207 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.19 |
| HSL | 290.18º | 0.66% | 0.49% | - |
| HSV(B) | 290.18º | 0.8% | 0.81% | - |
| XYZ | 30.91 | 15.86 | 60.46 | - |
| YUV | 102.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 207 | 0.13 | 0.80 | 0 | 0.19 | 290.18 | 0.66 | 0.49 |
| Hex | B4 | 2A | CF | D | 50 | 0 | 13 | 122 | 42 | 31 |
| Octal | 264 | 52 | 317 | 15 | 120 | 0 | 23 | 442 | 102 | 61 |
| Binary | 10110100 | 101010 | 11001111 | 1101 | 1010000 | 0 | 10011 | 100100010 | 1000010 | 110001 |
Color Harmonies of #B42ACF
Complementary color
Monochromatic Colors of #B42ACF
Black with #B42ACF
Text Example
Text Example
White with #B42ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42ACF; }
p { color: rgb(180,42,207); }
H1.HeaderClassName
{
color: #B42ACF;
}
.AnyTagClassName
{
color: #B42ACF;
}
</style>
background-color css
<style>
a { background-color: #B42ACF; }
a { background-color: rgb(180,42,207); }
div.DivClassName
{
background-color: #B42ACF;
}
.BgClassName
{
background-color: #B42ACF;
}
</style>
border-color css
<style>
span { border-color: #B42ACF; }
span { border-color: rgb(180,42,207); }
td.TdClassName
{
border-color: #B42ACF;
}
.TagClassName
{
border-color: #B42ACF;
}
</style>