Shades of Dark Orchid #B42CF1
Tints of Dark Orchid #B42CF1
RGB
CMYK
RGB Variations
Color information
#B42CF1 (or 0xB42CF1) is known color: Dark Orchid. HEX triplet: B4, 2C and F1. RGB value is (180,44,241). Sum of RGB (Red+Green+Blue) = 180+44+241=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 44 (17.58% from 255 or 9.46% 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 #B42CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42CF1 is #4BD30E. Grayscale: #6A6A6A. Windows color (decimal): -4969231 or 15805620. OLE color: 15805620.
HSL color Cylindrical-coordinate representation of color #B42CF1: hue angle of 281.42º 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 #B42CF1 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 44 | 241 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.05 |
| HSL | 281.42º | 0.88% | 0.56% | - |
| HSV(B) | 281.42º | 0.82% | 0.95% | - |
| XYZ | 35.6 | 17.86 | 84.79 | - |
| YUV | 107.12 | 203.56 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 241 | 0.25 | 0.82 | 0 | 0.05 | 281.42 | 0.88 | 0.56 |
| Hex | B4 | 2C | F1 | 19 | 52 | 0 | 5 | 119 | 58 | 38 |
| Octal | 264 | 54 | 361 | 31 | 122 | 0 | 5 | 431 | 130 | 70 |
| Binary | 10110100 | 101100 | 11110001 | 11001 | 1010010 | 0 | 101 | 100011001 | 1011000 | 111000 |
Color Harmonies of #B42CF1
Complementary color
Monochromatic Colors of #B42CF1
Black with #B42CF1
Text Example
Text Example
White with #B42CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CF1; }
p { color: rgb(180,44,241); }
H1.HeaderClassName
{
color: #B42CF1;
}
.AnyTagClassName
{
color: #B42CF1;
}
</style>
background-color css
<style>
a { background-color: #B42CF1; }
a { background-color: rgb(180,44,241); }
div.DivClassName
{
background-color: #B42CF1;
}
.BgClassName
{
background-color: #B42CF1;
}
</style>
border-color css
<style>
span { border-color: #B42CF1; }
span { border-color: rgb(180,44,241); }
td.TdClassName
{
border-color: #B42CF1;
}
.TagClassName
{
border-color: #B42CF1;
}
</style>