Shades of Medium Orchid #B731F2
Tints of Medium Orchid #B731F2
RGB
CMYK
RGB Variations
Color information
#B731F2 (or 0xB731F2) is known color: Medium Orchid. HEX triplet: B7, 31 and F2. RGB value is (183,49,242). Sum of RGB (Red+Green+Blue) = 183+49+242=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #B731F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731F2 is #48CE0D. Grayscale: #6E6E6E. Windows color (decimal): -4771342 or 15872439. OLE color: 15872439.
HSL color Cylindrical-coordinate representation of color #B731F2: hue angle of 281.66º degrees, saturation: 0.88, 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 #B731F2 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 49 | 242 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.05 |
| HSL | 281.66º | 0.88% | 0.57% | - |
| HSV(B) | 281.66º | 0.8% | 0.95% | - |
| XYZ | 36.65 | 18.67 | 85.68 | - |
| YUV | 111.07 | 201.89 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 242 | 0.24 | 0.80 | 0 | 0.05 | 281.66 | 0.88 | 0.57 |
| Hex | B7 | 31 | F2 | 18 | 50 | 0 | 5 | 11A | 58 | 39 |
| Octal | 267 | 61 | 362 | 30 | 120 | 0 | 5 | 432 | 130 | 71 |
| Binary | 10110111 | 110001 | 11110010 | 11000 | 1010000 | 0 | 101 | 100011010 | 1011000 | 111001 |
Color Harmonies of #B731F2
Complementary color
Monochromatic Colors of #B731F2
Black with #B731F2
Text Example
Text Example
White with #B731F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731F2; }
p { color: rgb(183,49,242); }
H1.HeaderClassName
{
color: #B731F2;
}
.AnyTagClassName
{
color: #B731F2;
}
</style>
background-color css
<style>
a { background-color: #B731F2; }
a { background-color: rgb(183,49,242); }
div.DivClassName
{
background-color: #B731F2;
}
.BgClassName
{
background-color: #B731F2;
}
</style>
border-color css
<style>
span { border-color: #B731F2; }
span { border-color: rgb(183,49,242); }
td.TdClassName
{
border-color: #B731F2;
}
.TagClassName
{
border-color: #B731F2;
}
</style>