Shades of Dark Orchid #B22ACF
Tints of Dark Orchid #B22ACF
RGB
CMYK
RGB Variations
Color information
#B22ACF (or 0xB22ACF) is known color: Dark Orchid. HEX triplet: B2, 2A and CF. RGB value is (178,42,207). Sum of RGB (Red+Green+Blue) = 178+42+207=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #B22ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ACF is #4DD530. Grayscale: #646464. Windows color (decimal): -5100849 or 13576882. OLE color: 13576882.
HSL color Cylindrical-coordinate representation of color #B22ACF: hue angle of 289.45º 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 #B22ACF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 42 | 207 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.19 |
| HSL | 289.45º | 0.66% | 0.49% | - |
| HSV(B) | 289.45º | 0.8% | 0.81% | - |
| XYZ | 30.45 | 15.63 | 60.44 | - |
| YUV | 101.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 207 | 0.14 | 0.80 | 0 | 0.19 | 289.45 | 0.66 | 0.49 |
| Hex | B2 | 2A | CF | E | 50 | 0 | 13 | 121 | 42 | 31 |
| Octal | 262 | 52 | 317 | 16 | 120 | 0 | 23 | 441 | 102 | 61 |
| Binary | 10110010 | 101010 | 11001111 | 1110 | 1010000 | 0 | 10011 | 100100001 | 1000010 | 110001 |
Color Harmonies of #B22ACF
Complementary color
Monochromatic Colors of #B22ACF
Black with #B22ACF
Text Example
Text Example
White with #B22ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22ACF; }
p { color: rgb(178,42,207); }
H1.HeaderClassName
{
color: #B22ACF;
}
.AnyTagClassName
{
color: #B22ACF;
}
</style>
background-color css
<style>
a { background-color: #B22ACF; }
a { background-color: rgb(178,42,207); }
div.DivClassName
{
background-color: #B22ACF;
}
.BgClassName
{
background-color: #B22ACF;
}
</style>
border-color css
<style>
span { border-color: #B22ACF; }
span { border-color: rgb(178,42,207); }
td.TdClassName
{
border-color: #B22ACF;
}
.TagClassName
{
border-color: #B22ACF;
}
</style>