Shades of Dark Orchid #B32FF1
Tints of Dark Orchid #B32FF1
RGB
CMYK
RGB Variations
Color information
#B32FF1 (or 0xB32FF1) is known color: Dark Orchid. HEX triplet: B3, 2F and F1. RGB value is (179,47,241). Sum of RGB (Red+Green+Blue) = 179+47+241=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #B32FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FF1 is #4CD00E. Grayscale: #6B6B6B. Windows color (decimal): -5033999 or 15806387. OLE color: 15806387.
HSL color Cylindrical-coordinate representation of color #B32FF1: hue angle of 280.82º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32FF1 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 47 | 241 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.05 |
| HSL | 280.82º | 0.87% | 0.56% | - |
| HSV(B) | 280.82º | 0.8% | 0.95% | - |
| XYZ | 35.48 | 17.97 | 84.82 | - |
| YUV | 108.58 | 202.73 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 241 | 0.26 | 0.80 | 0 | 0.05 | 280.82 | 0.87 | 0.56 |
| Hex | B3 | 2F | F1 | 1A | 50 | 0 | 5 | 119 | 57 | 38 |
| Octal | 263 | 57 | 361 | 32 | 120 | 0 | 5 | 431 | 127 | 70 |
| Binary | 10110011 | 101111 | 11110001 | 11010 | 1010000 | 0 | 101 | 100011001 | 1010111 | 111000 |
Color Harmonies of #B32FF1
Complementary color
Monochromatic Colors of #B32FF1
Black with #B32FF1
Text Example
Text Example
White with #B32FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FF1; }
p { color: rgb(179,47,241); }
H1.HeaderClassName
{
color: #B32FF1;
}
.AnyTagClassName
{
color: #B32FF1;
}
</style>
background-color css
<style>
a { background-color: #B32FF1; }
a { background-color: rgb(179,47,241); }
div.DivClassName
{
background-color: #B32FF1;
}
.BgClassName
{
background-color: #B32FF1;
}
</style>
border-color css
<style>
span { border-color: #B32FF1; }
span { border-color: rgb(179,47,241); }
td.TdClassName
{
border-color: #B32FF1;
}
.TagClassName
{
border-color: #B32FF1;
}
</style>