Shades of Dark Orchid #B431EF
Tints of Dark Orchid #B431EF
RGB
CMYK
RGB Variations
Color information
#B431EF (or 0xB431EF) is known color: Dark Orchid. HEX triplet: B4, 31 and EF. RGB value is (180,49,239). Sum of RGB (Red+Green+Blue) = 180+49+239=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #B431EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B431EF is #4BCE10. Grayscale: #6D6D6D. Windows color (decimal): -4967953 or 15675828. OLE color: 15675828.
HSL color Cylindrical-coordinate representation of color #B431EF: hue angle of 281.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B431EF is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 49 | 239 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.06 |
| HSL | 281.37º | 0.86% | 0.56% | - |
| HSV(B) | 281.37º | 0.79% | 0.94% | - |
| XYZ | 35.5 | 18.13 | 83.29 | - |
| YUV | 109.83 | 200.9 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 239 | 0.25 | 0.79 | 0 | 0.06 | 281.37 | 0.86 | 0.56 |
| Hex | B4 | 31 | EF | 19 | 4F | 0 | 6 | 119 | 56 | 38 |
| Octal | 264 | 61 | 357 | 31 | 117 | 0 | 6 | 431 | 126 | 70 |
| Binary | 10110100 | 110001 | 11101111 | 11001 | 1001111 | 0 | 110 | 100011001 | 1010110 | 111000 |
Color Harmonies of #B431EF
Complementary color
Monochromatic Colors of #B431EF
Black with #B431EF
Text Example
Text Example
White with #B431EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431EF; }
p { color: rgb(180,49,239); }
H1.HeaderClassName
{
color: #B431EF;
}
.AnyTagClassName
{
color: #B431EF;
}
</style>
background-color css
<style>
a { background-color: #B431EF; }
a { background-color: rgb(180,49,239); }
div.DivClassName
{
background-color: #B431EF;
}
.BgClassName
{
background-color: #B431EF;
}
</style>
border-color css
<style>
span { border-color: #B431EF; }
span { border-color: rgb(180,49,239); }
td.TdClassName
{
border-color: #B431EF;
}
.TagClassName
{
border-color: #B431EF;
}
</style>