Shades of Dark Orchid #B21FE5
Tints of Dark Orchid #B21FE5
RGB
CMYK
RGB Variations
Color information
#B21FE5 (or 0xB21FE5) is known color: Dark Orchid. HEX triplet: B2, 1F and E5. RGB value is (178,31,229). Sum of RGB (Red+Green+Blue) = 178+31+229=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #B21FE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21FE5 is #4DE01A. Grayscale: #606060. Windows color (decimal): -5103643 or 15015858. OLE color: 15015858.
HSL color Cylindrical-coordinate representation of color #B21FE5: hue angle of 284.55º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21FE5 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 31 | 229 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.10 |
| HSL | 284.55º | 0.79% | 0.51% | - |
| HSV(B) | 284.55º | 0.86% | 0.9% | - |
| XYZ | 32.99 | 16.1 | 75.5 | - |
| YUV | 97.53 | 202.2 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 31 | 229 | 0.22 | 0.86 | 0 | 0.10 | 284.55 | 0.79 | 0.51 |
| Hex | B2 | 1F | E5 | 16 | 56 | 0 | A | 11D | 4F | 33 |
| Octal | 262 | 37 | 345 | 26 | 126 | 0 | 12 | 435 | 117 | 63 |
| Binary | 10110010 | 11111 | 11100101 | 10110 | 1010110 | 0 | 1010 | 100011101 | 1001111 | 110011 |
Color Harmonies of #B21FE5
Complementary color
Monochromatic Colors of #B21FE5
Black with #B21FE5
Text Example
Text Example
White with #B21FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21FE5; }
p { color: rgb(178,31,229); }
H1.HeaderClassName
{
color: #B21FE5;
}
.AnyTagClassName
{
color: #B21FE5;
}
</style>
background-color css
<style>
a { background-color: #B21FE5; }
a { background-color: rgb(178,31,229); }
div.DivClassName
{
background-color: #B21FE5;
}
.BgClassName
{
background-color: #B21FE5;
}
</style>
border-color css
<style>
span { border-color: #B21FE5; }
span { border-color: rgb(178,31,229); }
td.TdClassName
{
border-color: #B21FE5;
}
.TagClassName
{
border-color: #B21FE5;
}
</style>