Shades of Medium Orchid #B74FFF
Tints of Medium Orchid #B74FFF
RGB
CMYK
RGB Variations
Color information
#B74FFF (or 0xB74FFF) is known color: Medium Orchid. HEX triplet: B7, 4F and FF. RGB value is (183,79,255). Sum of RGB (Red+Green+Blue) = 183+79+255=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #B74FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74FFF is #48B000. Grayscale: #818181. Windows color (decimal): -4763649 or 16732087. OLE color: 16732087.
HSL color Cylindrical-coordinate representation of color #B74FFF: hue angle of 275.45º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74FFF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 79 | 255 | - |
| CMYK | 0.28 | 0.69 | 0 | 0 |
| HSL | 275.45º | 1% | 0.65% | - |
| HSV(B) | 275.45º | 0.69% | 1% | - |
| XYZ | 40.37 | 22.88 | 96.9 | - |
| YUV | 130.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 255 | 0.28 | 0.69 | 0 | 0 | 275.45 | 1 | 0.65 |
| Hex | B7 | 4F | FF | 1C | 45 | 0 | 0 | 113 | 64 | 41 |
| Octal | 267 | 117 | 377 | 34 | 105 | 0 | 0 | 423 | 144 | 101 |
| Binary | 10110111 | 1001111 | 11111111 | 11100 | 1000101 | 0 | 0 | 100010011 | 1100100 | 1000001 |
Color Harmonies of #B74FFF
Complementary color
Monochromatic Colors of #B74FFF
Black with #B74FFF
Text Example
Text Example
White with #B74FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74FFF; }
p { color: rgb(183,79,255); }
H1.HeaderClassName
{
color: #B74FFF;
}
.AnyTagClassName
{
color: #B74FFF;
}
</style>
background-color css
<style>
a { background-color: #B74FFF; }
a { background-color: rgb(183,79,255); }
div.DivClassName
{
background-color: #B74FFF;
}
.BgClassName
{
background-color: #B74FFF;
}
</style>
border-color css
<style>
span { border-color: #B74FFF; }
span { border-color: rgb(183,79,255); }
td.TdClassName
{
border-color: #B74FFF;
}
.TagClassName
{
border-color: #B74FFF;
}
</style>