Shades of Dark Orchid #B32DF1
Tints of Dark Orchid #B32DF1
RGB
CMYK
RGB Variations
Color information
#B32DF1 (or 0xB32DF1) is known color: Dark Orchid. HEX triplet: B3, 2D and F1. RGB value is (179,45,241). Sum of RGB (Red+Green+Blue) = 179+45+241=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #B32DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32DF1 is #4CD20E. Grayscale: #6A6A6A. Windows color (decimal): -5034511 or 15805875. OLE color: 15805875.
HSL color Cylindrical-coordinate representation of color #B32DF1: hue angle of 281.02º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32DF1 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 45 | 241 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.05 |
| HSL | 281.02º | 0.88% | 0.56% | - |
| HSV(B) | 281.02º | 0.81% | 0.95% | - |
| XYZ | 35.41 | 17.81 | 84.79 | - |
| YUV | 107.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 241 | 0.26 | 0.81 | 0 | 0.05 | 281.02 | 0.88 | 0.56 |
| Hex | B3 | 2D | F1 | 1A | 51 | 0 | 5 | 119 | 58 | 38 |
| Octal | 263 | 55 | 361 | 32 | 121 | 0 | 5 | 431 | 130 | 70 |
| Binary | 10110011 | 101101 | 11110001 | 11010 | 1010001 | 0 | 101 | 100011001 | 1011000 | 111000 |
Color Harmonies of #B32DF1
Complementary color
Monochromatic Colors of #B32DF1
Black with #B32DF1
Text Example
Text Example
White with #B32DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DF1; }
p { color: rgb(179,45,241); }
H1.HeaderClassName
{
color: #B32DF1;
}
.AnyTagClassName
{
color: #B32DF1;
}
</style>
background-color css
<style>
a { background-color: #B32DF1; }
a { background-color: rgb(179,45,241); }
div.DivClassName
{
background-color: #B32DF1;
}
.BgClassName
{
background-color: #B32DF1;
}
</style>
border-color css
<style>
span { border-color: #B32DF1; }
span { border-color: rgb(179,45,241); }
td.TdClassName
{
border-color: #B32DF1;
}
.TagClassName
{
border-color: #B32DF1;
}
</style>