Shades of Dark Orchid #B731EA
Tints of Dark Orchid #B731EA
RGB
CMYK
RGB Variations
Color information
#B731EA (or 0xB731EA) is known color: Dark Orchid. HEX triplet: B7, 31 and EA. RGB value is (183,49,234). Sum of RGB (Red+Green+Blue) = 183+49+234=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #B731EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731EA is #48CE15. Grayscale: #6D6D6D. Windows color (decimal): -4771350 or 15348151. OLE color: 15348151.
HSL color Cylindrical-coordinate representation of color #B731EA: hue angle of 283.46º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B731EA is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 49 | 234 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.08 |
| HSL | 283.46º | 0.81% | 0.55% | - |
| HSV(B) | 283.46º | 0.79% | 0.92% | - |
| XYZ | 35.48 | 18.2 | 79.49 | - |
| YUV | 110.16 | 197.89 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 234 | 0.22 | 0.79 | 0 | 0.08 | 283.46 | 0.81 | 0.55 |
| Hex | B7 | 31 | EA | 16 | 4F | 0 | 8 | 11B | 51 | 37 |
| Octal | 267 | 61 | 352 | 26 | 117 | 0 | 10 | 433 | 121 | 67 |
| Binary | 10110111 | 110001 | 11101010 | 10110 | 1001111 | 0 | 1000 | 100011011 | 1010001 | 110111 |
Color Harmonies of #B731EA
Complementary color
Monochromatic Colors of #B731EA
Black with #B731EA
Text Example
Text Example
White with #B731EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731EA; }
p { color: rgb(183,49,234); }
H1.HeaderClassName
{
color: #B731EA;
}
.AnyTagClassName
{
color: #B731EA;
}
</style>
background-color css
<style>
a { background-color: #B731EA; }
a { background-color: rgb(183,49,234); }
div.DivClassName
{
background-color: #B731EA;
}
.BgClassName
{
background-color: #B731EA;
}
</style>
border-color css
<style>
span { border-color: #B731EA; }
span { border-color: rgb(183,49,234); }
td.TdClassName
{
border-color: #B731EA;
}
.TagClassName
{
border-color: #B731EA;
}
</style>