Shades of Dark Orchid #B521C1
Tints of Dark Orchid #B521C1
RGB
CMYK
RGB Variations
Color information
#B521C1 (or 0xB521C1) is known color: Dark Orchid. HEX triplet: B5, 21 and C1. RGB value is (181,33,193). Sum of RGB (Red+Green+Blue) = 181+33+193=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #B521C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521C1 is #4ADE3E. Grayscale: #5F5F5F. Windows color (decimal): -4906559 or 12657077. OLE color: 12657077.
HSL color Cylindrical-coordinate representation of color #B521C1: hue angle of 295.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B521C1 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 33 | 193 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.24 |
| HSL | 295.5º | 0.71% | 0.44% | - |
| HSV(B) | 295.5º | 0.83% | 0.76% | - |
| XYZ | 29.23 | 14.76 | 51.76 | - |
| YUV | 95.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 193 | 0.06 | 0.83 | 0 | 0.24 | 295.5 | 0.71 | 0.44 |
| Hex | B5 | 21 | C1 | 6 | 53 | 0 | 18 | 128 | 47 | 2C |
| Octal | 265 | 41 | 301 | 6 | 123 | 0 | 30 | 450 | 107 | 54 |
| Binary | 10110101 | 100001 | 11000001 | 110 | 1010011 | 0 | 11000 | 100101000 | 1000111 | 101100 |
Color Harmonies of #B521C1
Complementary color
Monochromatic Colors of #B521C1
Black with #B521C1
Text Example
Text Example
White with #B521C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521C1; }
p { color: rgb(181,33,193); }
H1.HeaderClassName
{
color: #B521C1;
}
.AnyTagClassName
{
color: #B521C1;
}
</style>
background-color css
<style>
a { background-color: #B521C1; }
a { background-color: rgb(181,33,193); }
div.DivClassName
{
background-color: #B521C1;
}
.BgClassName
{
background-color: #B521C1;
}
</style>
border-color css
<style>
span { border-color: #B521C1; }
span { border-color: rgb(181,33,193); }
td.TdClassName
{
border-color: #B521C1;
}
.TagClassName
{
border-color: #B521C1;
}
</style>