Shades of Medium Orchid #B774DC
Tints of Medium Orchid #B774DC
RGB
CMYK
RGB Variations
Color information
#B774DC (or 0xB774DC) is known color: Medium Orchid. HEX triplet: B7, 74 and DC. RGB value is (183,116,220). Sum of RGB (Red+Green+Blue) = 183+116+220=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B774DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774DC is #488B23. Grayscale: #939393. Windows color (decimal): -4754212 or 14447799. OLE color: 14447799.
HSL color Cylindrical-coordinate representation of color #B774DC: hue angle of 278.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B774DC is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 116 | 220 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.14 |
| HSL | 278.65º | 0.6% | 0.66% | - |
| HSV(B) | 278.65º | 0.47% | 0.86% | - |
| XYZ | 38.69 | 27.73 | 71.02 | - |
| YUV | 147.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 220 | 0.17 | 0.47 | 0 | 0.14 | 278.65 | 0.6 | 0.66 |
| Hex | B7 | 74 | DC | 11 | 2F | 0 | E | 117 | 3C | 42 |
| Octal | 267 | 164 | 334 | 21 | 57 | 0 | 16 | 427 | 74 | 102 |
| Binary | 10110111 | 1110100 | 11011100 | 10001 | 101111 | 0 | 1110 | 100010111 | 111100 | 1000010 |
Color Harmonies of #B774DC
Complementary color
Monochromatic Colors of #B774DC
Black with #B774DC
Text Example
Text Example
White with #B774DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B774DC; }
p { color: rgb(183,116,220); }
H1.HeaderClassName
{
color: #B774DC;
}
.AnyTagClassName
{
color: #B774DC;
}
</style>
background-color css
<style>
a { background-color: #B774DC; }
a { background-color: rgb(183,116,220); }
div.DivClassName
{
background-color: #B774DC;
}
.BgClassName
{
background-color: #B774DC;
}
</style>
border-color css
<style>
span { border-color: #B774DC; }
span { border-color: rgb(183,116,220); }
td.TdClassName
{
border-color: #B774DC;
}
.TagClassName
{
border-color: #B774DC;
}
</style>