Shades of Medium Orchid #B74CFE
Tints of Medium Orchid #B74CFE
RGB
CMYK
RGB Variations
Color information
#B74CFE (or 0xB74CFE) is known color: Medium Orchid. HEX triplet: B7, 4C and FE. RGB value is (183,76,254). Sum of RGB (Red+Green+Blue) = 183+76+254=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #B74CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CFE is #48B301. Grayscale: #7F7F7F. Windows color (decimal): -4764418 or 16665783. OLE color: 16665783.
HSL color Cylindrical-coordinate representation of color #B74CFE: hue angle of 276.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74CFE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 76 | 254 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.00 |
| HSL | 276.07º | 0.99% | 0.65% | - |
| HSV(B) | 276.07º | 0.7% | 1% | - |
| XYZ | 40 | 22.39 | 95.98 | - |
| YUV | 128.29 | 198.95 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 254 | 0.28 | 0.70 | 0 | 0.00 | 276.07 | 0.99 | 0.65 |
| Hex | B7 | 4C | FE | 1C | 46 | 0 | 0 | 114 | 63 | 41 |
| Octal | 267 | 114 | 376 | 34 | 106 | 0 | 0 | 424 | 143 | 101 |
| Binary | 10110111 | 1001100 | 11111110 | 11100 | 1000110 | 0 | 0 | 100010100 | 1100011 | 1000001 |
Color Harmonies of #B74CFE
Complementary color
Monochromatic Colors of #B74CFE
Black with #B74CFE
Text Example
Text Example
White with #B74CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74CFE; }
p { color: rgb(183,76,254); }
H1.HeaderClassName
{
color: #B74CFE;
}
.AnyTagClassName
{
color: #B74CFE;
}
</style>
background-color css
<style>
a { background-color: #B74CFE; }
a { background-color: rgb(183,76,254); }
div.DivClassName
{
background-color: #B74CFE;
}
.BgClassName
{
background-color: #B74CFE;
}
</style>
border-color css
<style>
span { border-color: #B74CFE; }
span { border-color: rgb(183,76,254); }
td.TdClassName
{
border-color: #B74CFE;
}
.TagClassName
{
border-color: #B74CFE;
}
</style>