Shades of Medium Orchid #B731F5
Tints of Medium Orchid #B731F5
RGB
CMYK
RGB Variations
Color information
#B731F5 (or 0xB731F5) is known color: Medium Orchid. HEX triplet: B7, 31 and F5. RGB value is (183,49,245). Sum of RGB (Red+Green+Blue) = 183+49+245=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #B731F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731F5 is #48CE0A. Grayscale: #6E6E6E. Windows color (decimal): -4771339 or 16069047. OLE color: 16069047.
HSL color Cylindrical-coordinate representation of color #B731F5: hue angle of 281.02º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B731F5 is Cyan = 0.25, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 49 | 245 | - |
| CMYK | 0.25 | 0.8 | 0 | 0.04 |
| HSL | 281.02º | 0.91% | 0.58% | - |
| HSV(B) | 281.02º | 0.8% | 0.96% | - |
| XYZ | 37.11 | 18.86 | 88.07 | - |
| YUV | 111.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 245 | 0.25 | 0.8 | 0 | 0.04 | 281.02 | 0.91 | 0.58 |
| Hex | B7 | 31 | F5 | 19 | 50 | 0 | 4 | 119 | 5B | 3A |
| Octal | 267 | 61 | 365 | 31 | 120 | 0 | 4 | 431 | 133 | 72 |
| Binary | 10110111 | 110001 | 11110101 | 11001 | 1010000 | 0 | 100 | 100011001 | 1011011 | 111010 |
Color Harmonies of #B731F5
Complementary color
Monochromatic Colors of #B731F5
Black with #B731F5
Text Example
Text Example
White with #B731F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731F5; }
p { color: rgb(183,49,245); }
H1.HeaderClassName
{
color: #B731F5;
}
.AnyTagClassName
{
color: #B731F5;
}
</style>
background-color css
<style>
a { background-color: #B731F5; }
a { background-color: rgb(183,49,245); }
div.DivClassName
{
background-color: #B731F5;
}
.BgClassName
{
background-color: #B731F5;
}
</style>
border-color css
<style>
span { border-color: #B731F5; }
span { border-color: rgb(183,49,245); }
td.TdClassName
{
border-color: #B731F5;
}
.TagClassName
{
border-color: #B731F5;
}
</style>