Shades of Medium Orchid #B74ECE
Tints of Medium Orchid #B74ECE
RGB
CMYK
RGB Variations
Color information
#B74ECE (or 0xB74ECE) is known color: Medium Orchid. HEX triplet: B7, 4E and CE. RGB value is (183,78,206). Sum of RGB (Red+Green+Blue) = 183+78+206=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #B74ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74ECE is #48B131. Grayscale: #7B7B7B. Windows color (decimal): -4763954 or 13520567. OLE color: 13520567.
HSL color Cylindrical-coordinate representation of color #B74ECE: hue angle of 289.22º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74ECE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 78 | 206 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.19 |
| HSL | 289.22º | 0.57% | 0.56% | - |
| HSV(B) | 289.22º | 0.62% | 0.81% | - |
| XYZ | 33.39 | 19.97 | 60.49 | - |
| YUV | 123.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 206 | 0.11 | 0.62 | 0 | 0.19 | 289.22 | 0.57 | 0.56 |
| Hex | B7 | 4E | CE | B | 3E | 0 | 13 | 121 | 39 | 38 |
| Octal | 267 | 116 | 316 | 13 | 76 | 0 | 23 | 441 | 71 | 70 |
| Binary | 10110111 | 1001110 | 11001110 | 1011 | 111110 | 0 | 10011 | 100100001 | 111001 | 111000 |
Color Harmonies of #B74ECE
Complementary color
Monochromatic Colors of #B74ECE
Black with #B74ECE
Text Example
Text Example
White with #B74ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74ECE; }
p { color: rgb(183,78,206); }
H1.HeaderClassName
{
color: #B74ECE;
}
.AnyTagClassName
{
color: #B74ECE;
}
</style>
background-color css
<style>
a { background-color: #B74ECE; }
a { background-color: rgb(183,78,206); }
div.DivClassName
{
background-color: #B74ECE;
}
.BgClassName
{
background-color: #B74ECE;
}
</style>
border-color css
<style>
span { border-color: #B74ECE; }
span { border-color: rgb(183,78,206); }
td.TdClassName
{
border-color: #B74ECE;
}
.TagClassName
{
border-color: #B74ECE;
}
</style>