Shades of Dark Orchid #B431EE
Tints of Dark Orchid #B431EE
RGB
CMYK
RGB Variations
Color information
#B431EE (or 0xB431EE) is known color: Dark Orchid. HEX triplet: B4, 31 and EE. RGB value is (180,49,238). Sum of RGB (Red+Green+Blue) = 180+49+238=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #B431EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B431EE is #4BCE11. Grayscale: #6D6D6D. Windows color (decimal): -4967954 or 15610292. OLE color: 15610292.
HSL color Cylindrical-coordinate representation of color #B431EE: hue angle of 281.59º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B431EE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 49 | 238 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.07 |
| HSL | 281.59º | 0.85% | 0.56% | - |
| HSV(B) | 281.59º | 0.79% | 0.93% | - |
| XYZ | 35.35 | 18.07 | 82.51 | - |
| YUV | 109.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 238 | 0.24 | 0.79 | 0 | 0.07 | 281.59 | 0.85 | 0.56 |
| Hex | B4 | 31 | EE | 18 | 4F | 0 | 7 | 11A | 55 | 38 |
| Octal | 264 | 61 | 356 | 30 | 117 | 0 | 7 | 432 | 125 | 70 |
| Binary | 10110100 | 110001 | 11101110 | 11000 | 1001111 | 0 | 111 | 100011010 | 1010101 | 111000 |
Color Harmonies of #B431EE
Complementary color
Monochromatic Colors of #B431EE
Black with #B431EE
Text Example
Text Example
White with #B431EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431EE; }
p { color: rgb(180,49,238); }
H1.HeaderClassName
{
color: #B431EE;
}
.AnyTagClassName
{
color: #B431EE;
}
</style>
background-color css
<style>
a { background-color: #B431EE; }
a { background-color: rgb(180,49,238); }
div.DivClassName
{
background-color: #B431EE;
}
.BgClassName
{
background-color: #B431EE;
}
</style>
border-color css
<style>
span { border-color: #B431EE; }
span { border-color: rgb(180,49,238); }
td.TdClassName
{
border-color: #B431EE;
}
.TagClassName
{
border-color: #B431EE;
}
</style>