Shades of Dark Orchid #B32BF1
Tints of Dark Orchid #B32BF1
RGB
CMYK
RGB Variations
Color information
#B32BF1 (or 0xB32BF1) is known color: Dark Orchid. HEX triplet: B3, 2B and F1. RGB value is (179,43,241). Sum of RGB (Red+Green+Blue) = 179+43+241=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #B32BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32BF1 is #4CD40E. Grayscale: #696969. Windows color (decimal): -5035023 or 15805363. OLE color: 15805363.
HSL color Cylindrical-coordinate representation of color #B32BF1: hue angle of 281.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32BF1 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 43 | 241 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.05 |
| HSL | 281.21º | 0.88% | 0.56% | - |
| HSV(B) | 281.21º | 0.82% | 0.95% | - |
| XYZ | 35.33 | 17.66 | 84.77 | - |
| YUV | 106.24 | 204.06 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 241 | 0.26 | 0.82 | 0 | 0.05 | 281.21 | 0.88 | 0.56 |
| Hex | B3 | 2B | F1 | 1A | 52 | 0 | 5 | 119 | 58 | 38 |
| Octal | 263 | 53 | 361 | 32 | 122 | 0 | 5 | 431 | 130 | 70 |
| Binary | 10110011 | 101011 | 11110001 | 11010 | 1010010 | 0 | 101 | 100011001 | 1011000 | 111000 |
Color Harmonies of #B32BF1
Complementary color
Monochromatic Colors of #B32BF1
Black with #B32BF1
Text Example
Text Example
White with #B32BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BF1; }
p { color: rgb(179,43,241); }
H1.HeaderClassName
{
color: #B32BF1;
}
.AnyTagClassName
{
color: #B32BF1;
}
</style>
background-color css
<style>
a { background-color: #B32BF1; }
a { background-color: rgb(179,43,241); }
div.DivClassName
{
background-color: #B32BF1;
}
.BgClassName
{
background-color: #B32BF1;
}
</style>
border-color css
<style>
span { border-color: #B32BF1; }
span { border-color: rgb(179,43,241); }
td.TdClassName
{
border-color: #B32BF1;
}
.TagClassName
{
border-color: #B32BF1;
}
</style>