Shades of Dark Orchid #B21ACF
Tints of Dark Orchid #B21ACF
RGB
CMYK
RGB Variations
Color information
#B21ACF (or 0xB21ACF) is known color: Dark Orchid. HEX triplet: B2, 1A and CF. RGB value is (178,26,207). Sum of RGB (Red+Green+Blue) = 178+26+207=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #B21ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ACF is #4DE530. Grayscale: #5B5B5B. Windows color (decimal): -5104945 or 13572786. OLE color: 13572786.
HSL color Cylindrical-coordinate representation of color #B21ACF: hue angle of 290.39º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21ACF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 26 | 207 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.19 |
| HSL | 290.39º | 0.78% | 0.46% | - |
| HSV(B) | 290.39º | 0.87% | 0.81% | - |
| XYZ | 29.99 | 14.71 | 60.29 | - |
| YUV | 92.08 | 192.86 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 207 | 0.14 | 0.87 | 0 | 0.19 | 290.39 | 0.78 | 0.46 |
| Hex | B2 | 1A | CF | E | 57 | 0 | 13 | 122 | 4E | 2E |
| Octal | 262 | 32 | 317 | 16 | 127 | 0 | 23 | 442 | 116 | 56 |
| Binary | 10110010 | 11010 | 11001111 | 1110 | 1010111 | 0 | 10011 | 100100010 | 1001110 | 101110 |
Color Harmonies of #B21ACF
Complementary color
Monochromatic Colors of #B21ACF
Black with #B21ACF
Text Example
Text Example
White with #B21ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21ACF; }
p { color: rgb(178,26,207); }
H1.HeaderClassName
{
color: #B21ACF;
}
.AnyTagClassName
{
color: #B21ACF;
}
</style>
background-color css
<style>
a { background-color: #B21ACF; }
a { background-color: rgb(178,26,207); }
div.DivClassName
{
background-color: #B21ACF;
}
.BgClassName
{
background-color: #B21ACF;
}
</style>
border-color css
<style>
span { border-color: #B21ACF; }
span { border-color: rgb(178,26,207); }
td.TdClassName
{
border-color: #B21ACF;
}
.TagClassName
{
border-color: #B21ACF;
}
</style>