Shades of Dark Orchid #B731E4
Tints of Dark Orchid #B731E4
RGB
CMYK
RGB Variations
Color information
#B731E4 (or 0xB731E4) is known color: Dark Orchid. HEX triplet: B7, 31 and E4. RGB value is (183,49,228). Sum of RGB (Red+Green+Blue) = 183+49+228=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #B731E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731E4 is #48CE1B. Grayscale: #6C6C6C. Windows color (decimal): -4771356 or 14954935. OLE color: 14954935.
HSL color Cylindrical-coordinate representation of color #B731E4: hue angle of 284.92º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B731E4 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 49 | 228 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.11 |
| HSL | 284.92º | 0.77% | 0.54% | - |
| HSV(B) | 284.92º | 0.79% | 0.89% | - |
| XYZ | 34.63 | 17.87 | 75.02 | - |
| YUV | 109.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 228 | 0.20 | 0.79 | 0 | 0.11 | 284.92 | 0.77 | 0.54 |
| Hex | B7 | 31 | E4 | 14 | 4F | 0 | B | 11D | 4D | 36 |
| Octal | 267 | 61 | 344 | 24 | 117 | 0 | 13 | 435 | 115 | 66 |
| Binary | 10110111 | 110001 | 11100100 | 10100 | 1001111 | 0 | 1011 | 100011101 | 1001101 | 110110 |
Color Harmonies of #B731E4
Complementary color
Monochromatic Colors of #B731E4
Black with #B731E4
Text Example
Text Example
White with #B731E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731E4; }
p { color: rgb(183,49,228); }
H1.HeaderClassName
{
color: #B731E4;
}
.AnyTagClassName
{
color: #B731E4;
}
</style>
background-color css
<style>
a { background-color: #B731E4; }
a { background-color: rgb(183,49,228); }
div.DivClassName
{
background-color: #B731E4;
}
.BgClassName
{
background-color: #B731E4;
}
</style>
border-color css
<style>
span { border-color: #B731E4; }
span { border-color: rgb(183,49,228); }
td.TdClassName
{
border-color: #B731E4;
}
.TagClassName
{
border-color: #B731E4;
}
</style>