Shades of Dark Orchid #B731F0
Tints of Dark Orchid #B731F0
RGB
CMYK
RGB Variations
Color information
#B731F0 (or 0xB731F0) is known color: Dark Orchid. HEX triplet: B7, 31 and F0. RGB value is (183,49,240). Sum of RGB (Red+Green+Blue) = 183+49+240=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #B731F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731F0 is #48CE0F. Grayscale: #6E6E6E. Windows color (decimal): -4771344 or 15741367. OLE color: 15741367.
HSL color Cylindrical-coordinate representation of color #B731F0: hue angle of 282.09º 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 #B731F0 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 49 | 240 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.06 |
| HSL | 282.09º | 0.86% | 0.57% | - |
| HSV(B) | 282.09º | 0.8% | 0.94% | - |
| XYZ | 36.35 | 18.56 | 84.1 | - |
| YUV | 110.84 | 200.89 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 240 | 0.24 | 0.80 | 0 | 0.06 | 282.09 | 0.86 | 0.57 |
| Hex | B7 | 31 | F0 | 18 | 50 | 0 | 6 | 11A | 56 | 39 |
| Octal | 267 | 61 | 360 | 30 | 120 | 0 | 6 | 432 | 126 | 71 |
| Binary | 10110111 | 110001 | 11110000 | 11000 | 1010000 | 0 | 110 | 100011010 | 1010110 | 111001 |
Color Harmonies of #B731F0
Complementary color
Monochromatic Colors of #B731F0
Black with #B731F0
Text Example
Text Example
White with #B731F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731F0; }
p { color: rgb(183,49,240); }
H1.HeaderClassName
{
color: #B731F0;
}
.AnyTagClassName
{
color: #B731F0;
}
</style>
background-color css
<style>
a { background-color: #B731F0; }
a { background-color: rgb(183,49,240); }
div.DivClassName
{
background-color: #B731F0;
}
.BgClassName
{
background-color: #B731F0;
}
</style>
border-color css
<style>
span { border-color: #B731F0; }
span { border-color: rgb(183,49,240); }
td.TdClassName
{
border-color: #B731F0;
}
.TagClassName
{
border-color: #B731F0;
}
</style>