Shades of Medium Orchid #B731F3
Tints of Medium Orchid #B731F3
RGB
CMYK
RGB Variations
Color information
#B731F3 (or 0xB731F3) is known color: Medium Orchid. HEX triplet: B7, 31 and F3. RGB value is (183,49,243). Sum of RGB (Red+Green+Blue) = 183+49+243=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #B731F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731F3 is #48CE0C. Grayscale: #6E6E6E. Windows color (decimal): -4771341 or 15937975. OLE color: 15937975.
HSL color Cylindrical-coordinate representation of color #B731F3: hue angle of 281.44º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B731F3 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 49 | 243 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.05 |
| HSL | 281.44º | 0.89% | 0.57% | - |
| HSV(B) | 281.44º | 0.8% | 0.95% | - |
| XYZ | 36.8 | 18.73 | 86.47 | - |
| YUV | 111.18 | 202.39 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 243 | 0.25 | 0.80 | 0 | 0.05 | 281.44 | 0.89 | 0.57 |
| Hex | B7 | 31 | F3 | 19 | 50 | 0 | 5 | 119 | 59 | 39 |
| Octal | 267 | 61 | 363 | 31 | 120 | 0 | 5 | 431 | 131 | 71 |
| Binary | 10110111 | 110001 | 11110011 | 11001 | 1010000 | 0 | 101 | 100011001 | 1011001 | 111001 |
Color Harmonies of #B731F3
Complementary color
Monochromatic Colors of #B731F3
Black with #B731F3
Text Example
Text Example
White with #B731F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731F3; }
p { color: rgb(183,49,243); }
H1.HeaderClassName
{
color: #B731F3;
}
.AnyTagClassName
{
color: #B731F3;
}
</style>
background-color css
<style>
a { background-color: #B731F3; }
a { background-color: rgb(183,49,243); }
div.DivClassName
{
background-color: #B731F3;
}
.BgClassName
{
background-color: #B731F3;
}
</style>
border-color css
<style>
span { border-color: #B731F3; }
span { border-color: rgb(183,49,243); }
td.TdClassName
{
border-color: #B731F3;
}
.TagClassName
{
border-color: #B731F3;
}
</style>