Shades of Medium Orchid #B74CF3
Tints of Medium Orchid #B74CF3
RGB
CMYK
RGB Variations
Color information
#B74CF3 (or 0xB74CF3) is known color: Medium Orchid. HEX triplet: B7, 4C and F3. RGB value is (183,76,243). Sum of RGB (Red+Green+Blue) = 183+76+243=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #B74CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CF3 is #48B30C. Grayscale: #7E7E7E. Windows color (decimal): -4764429 or 15944887. OLE color: 15944887.
HSL color Cylindrical-coordinate representation of color #B74CF3: hue angle of 278.44º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74CF3 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 76 | 243 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.05 |
| HSL | 278.44º | 0.87% | 0.63% | - |
| HSV(B) | 278.44º | 0.69% | 0.95% | - |
| XYZ | 38.29 | 21.71 | 86.97 | - |
| YUV | 127.03 | 193.45 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 243 | 0.25 | 0.69 | 0 | 0.05 | 278.44 | 0.87 | 0.63 |
| Hex | B7 | 4C | F3 | 19 | 45 | 0 | 5 | 116 | 57 | 3F |
| Octal | 267 | 114 | 363 | 31 | 105 | 0 | 5 | 426 | 127 | 77 |
| Binary | 10110111 | 1001100 | 11110011 | 11001 | 1000101 | 0 | 101 | 100010110 | 1010111 | 111111 |
Color Harmonies of #B74CF3
Complementary color
Monochromatic Colors of #B74CF3
Black with #B74CF3
Text Example
Text Example
White with #B74CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74CF3; }
p { color: rgb(183,76,243); }
H1.HeaderClassName
{
color: #B74CF3;
}
.AnyTagClassName
{
color: #B74CF3;
}
</style>
background-color css
<style>
a { background-color: #B74CF3; }
a { background-color: rgb(183,76,243); }
div.DivClassName
{
background-color: #B74CF3;
}
.BgClassName
{
background-color: #B74CF3;
}
</style>
border-color css
<style>
span { border-color: #B74CF3; }
span { border-color: rgb(183,76,243); }
td.TdClassName
{
border-color: #B74CF3;
}
.TagClassName
{
border-color: #B74CF3;
}
</style>