Shades of Dark Orchid #B431F0
Tints of Dark Orchid #B431F0
RGB
CMYK
RGB Variations
Color information
#B431F0 (or 0xB431F0) is known color: Dark Orchid. HEX triplet: B4, 31 and F0. RGB value is (180,49,240). Sum of RGB (Red+Green+Blue) = 180+49+240=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #B431F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B431F0 is #4BCE0F. Grayscale: #6D6D6D. Windows color (decimal): -4967952 or 15741364. OLE color: 15741364.
HSL color Cylindrical-coordinate representation of color #B431F0: hue angle of 281.15º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B431F0 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 49 | 240 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.06 |
| HSL | 281.15º | 0.86% | 0.57% | - |
| HSV(B) | 281.15º | 0.8% | 0.94% | - |
| XYZ | 35.65 | 18.19 | 84.07 | - |
| YUV | 109.94 | 201.4 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 240 | 0.25 | 0.80 | 0 | 0.06 | 281.15 | 0.86 | 0.57 |
| Hex | B4 | 31 | F0 | 19 | 50 | 0 | 6 | 119 | 56 | 39 |
| Octal | 264 | 61 | 360 | 31 | 120 | 0 | 6 | 431 | 126 | 71 |
| Binary | 10110100 | 110001 | 11110000 | 11001 | 1010000 | 0 | 110 | 100011001 | 1010110 | 111001 |
Color Harmonies of #B431F0
Complementary color
Monochromatic Colors of #B431F0
Black with #B431F0
Text Example
Text Example
White with #B431F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431F0; }
p { color: rgb(180,49,240); }
H1.HeaderClassName
{
color: #B431F0;
}
.AnyTagClassName
{
color: #B431F0;
}
</style>
background-color css
<style>
a { background-color: #B431F0; }
a { background-color: rgb(180,49,240); }
div.DivClassName
{
background-color: #B431F0;
}
.BgClassName
{
background-color: #B431F0;
}
</style>
border-color css
<style>
span { border-color: #B431F0; }
span { border-color: rgb(180,49,240); }
td.TdClassName
{
border-color: #B431F0;
}
.TagClassName
{
border-color: #B431F0;
}
</style>