Shades of Dark Orchid #B631F1
Tints of Dark Orchid #B631F1
RGB
CMYK
RGB Variations
Color information
#B631F1 (or 0xB631F1) is known color: Dark Orchid. HEX triplet: B6, 31 and F1. RGB value is (182,49,241). Sum of RGB (Red+Green+Blue) = 182+49+241=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #B631F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B631F1 is #49CE0E. Grayscale: #6E6E6E. Windows color (decimal): -4836879 or 15806902. OLE color: 15806902.
HSL color Cylindrical-coordinate representation of color #B631F1: hue angle of 281.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B631F1 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 49 | 241 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.05 |
| HSL | 281.56º | 0.87% | 0.57% | - |
| HSV(B) | 281.56º | 0.8% | 0.95% | - |
| XYZ | 36.27 | 18.49 | 84.88 | - |
| YUV | 110.66 | 201.56 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 241 | 0.24 | 0.80 | 0 | 0.05 | 281.56 | 0.87 | 0.57 |
| Hex | B6 | 31 | F1 | 18 | 50 | 0 | 5 | 11A | 57 | 39 |
| Octal | 266 | 61 | 361 | 30 | 120 | 0 | 5 | 432 | 127 | 71 |
| Binary | 10110110 | 110001 | 11110001 | 11000 | 1010000 | 0 | 101 | 100011010 | 1010111 | 111001 |
Color Harmonies of #B631F1
Complementary color
Monochromatic Colors of #B631F1
Black with #B631F1
Text Example
Text Example
White with #B631F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B631F1; }
p { color: rgb(182,49,241); }
H1.HeaderClassName
{
color: #B631F1;
}
.AnyTagClassName
{
color: #B631F1;
}
</style>
background-color css
<style>
a { background-color: #B631F1; }
a { background-color: rgb(182,49,241); }
div.DivClassName
{
background-color: #B631F1;
}
.BgClassName
{
background-color: #B631F1;
}
</style>
border-color css
<style>
span { border-color: #B631F1; }
span { border-color: rgb(182,49,241); }
td.TdClassName
{
border-color: #B631F1;
}
.TagClassName
{
border-color: #B631F1;
}
</style>