Shades of Medium Orchid #B774E2
Tints of Medium Orchid #B774E2
RGB
CMYK
RGB Variations
Color information
#B774E2 (or 0xB774E2) is known color: Medium Orchid. HEX triplet: B7, 74 and E2. RGB value is (183,116,226). Sum of RGB (Red+Green+Blue) = 183+116+226=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #B774E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774E2 is #488B1D. Grayscale: #949494. Windows color (decimal): -4754206 or 14841015. OLE color: 14841015.
HSL color Cylindrical-coordinate representation of color #B774E2: hue angle of 276.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B774E2 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 116 | 226 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.11 |
| HSL | 276.55º | 0.65% | 0.67% | - |
| HSV(B) | 276.55º | 0.49% | 0.89% | - |
| XYZ | 39.5 | 28.05 | 75.28 | - |
| YUV | 148.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 226 | 0.19 | 0.49 | 0 | 0.11 | 276.55 | 0.65 | 0.67 |
| Hex | B7 | 74 | E2 | 13 | 31 | 0 | B | 115 | 41 | 43 |
| Octal | 267 | 164 | 342 | 23 | 61 | 0 | 13 | 425 | 101 | 103 |
| Binary | 10110111 | 1110100 | 11100010 | 10011 | 110001 | 0 | 1011 | 100010101 | 1000001 | 1000011 |
Color Harmonies of #B774E2
Complementary color
Monochromatic Colors of #B774E2
Black with #B774E2
Text Example
Text Example
White with #B774E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B774E2; }
p { color: rgb(183,116,226); }
H1.HeaderClassName
{
color: #B774E2;
}
.AnyTagClassName
{
color: #B774E2;
}
</style>
background-color css
<style>
a { background-color: #B774E2; }
a { background-color: rgb(183,116,226); }
div.DivClassName
{
background-color: #B774E2;
}
.BgClassName
{
background-color: #B774E2;
}
</style>
border-color css
<style>
span { border-color: #B774E2; }
span { border-color: rgb(183,116,226); }
td.TdClassName
{
border-color: #B774E2;
}
.TagClassName
{
border-color: #B774E2;
}
</style>