Shades of Dark Orchid #B42BF1
Tints of Dark Orchid #B42BF1
RGB
CMYK
RGB Variations
Color information
#B42BF1 (or 0xB42BF1) is known color: Dark Orchid. HEX triplet: B4, 2B and F1. RGB value is (180,43,241). Sum of RGB (Red+Green+Blue) = 180+43+241=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #B42BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BF1 is #4BD40E. Grayscale: #696969. Windows color (decimal): -4969487 or 15805364. OLE color: 15805364.
HSL color Cylindrical-coordinate representation of color #B42BF1: hue angle of 281.52º 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 #B42BF1 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 43 | 241 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.05 |
| HSL | 281.52º | 0.88% | 0.56% | - |
| HSV(B) | 281.52º | 0.82% | 0.95% | - |
| XYZ | 35.56 | 17.78 | 84.78 | - |
| YUV | 106.54 | 203.89 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 241 | 0.25 | 0.82 | 0 | 0.05 | 281.52 | 0.88 | 0.56 |
| Hex | B4 | 2B | F1 | 19 | 52 | 0 | 5 | 11A | 58 | 38 |
| Octal | 264 | 53 | 361 | 31 | 122 | 0 | 5 | 432 | 130 | 70 |
| Binary | 10110100 | 101011 | 11110001 | 11001 | 1010010 | 0 | 101 | 100011010 | 1011000 | 111000 |
Color Harmonies of #B42BF1
Complementary color
Monochromatic Colors of #B42BF1
Black with #B42BF1
Text Example
Text Example
White with #B42BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42BF1; }
p { color: rgb(180,43,241); }
H1.HeaderClassName
{
color: #B42BF1;
}
.AnyTagClassName
{
color: #B42BF1;
}
</style>
background-color css
<style>
a { background-color: #B42BF1; }
a { background-color: rgb(180,43,241); }
div.DivClassName
{
background-color: #B42BF1;
}
.BgClassName
{
background-color: #B42BF1;
}
</style>
border-color css
<style>
span { border-color: #B42BF1; }
span { border-color: rgb(180,43,241); }
td.TdClassName
{
border-color: #B42BF1;
}
.TagClassName
{
border-color: #B42BF1;
}
</style>