Shades of Medium Orchid #B769E3
Tints of Medium Orchid #B769E3
RGB
CMYK
RGB Variations
Color information
#B769E3 (or 0xB769E3) is known color: Medium Orchid. HEX triplet: B7, 69 and E3. RGB value is (183,105,227). Sum of RGB (Red+Green+Blue) = 183+105+227=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #B769E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769E3 is #48961C. Grayscale: #8D8D8D. Windows color (decimal): -4757021 or 14903735. OLE color: 14903735.
HSL color Cylindrical-coordinate representation of color #B769E3: hue angle of 278.36º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B769E3 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 105 | 227 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.11 |
| HSL | 278.36º | 0.69% | 0.65% | - |
| HSV(B) | 278.36º | 0.54% | 0.89% | - |
| XYZ | 38.45 | 25.72 | 75.61 | - |
| YUV | 142.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 227 | 0.19 | 0.54 | 0 | 0.11 | 278.36 | 0.69 | 0.65 |
| Hex | B7 | 69 | E3 | 13 | 36 | 0 | B | 116 | 45 | 41 |
| Octal | 267 | 151 | 343 | 23 | 66 | 0 | 13 | 426 | 105 | 101 |
| Binary | 10110111 | 1101001 | 11100011 | 10011 | 110110 | 0 | 1011 | 100010110 | 1000101 | 1000001 |
Color Harmonies of #B769E3
Complementary color
Monochromatic Colors of #B769E3
Black with #B769E3
Text Example
Text Example
White with #B769E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769E3; }
p { color: rgb(183,105,227); }
H1.HeaderClassName
{
color: #B769E3;
}
.AnyTagClassName
{
color: #B769E3;
}
</style>
background-color css
<style>
a { background-color: #B769E3; }
a { background-color: rgb(183,105,227); }
div.DivClassName
{
background-color: #B769E3;
}
.BgClassName
{
background-color: #B769E3;
}
</style>
border-color css
<style>
span { border-color: #B769E3; }
span { border-color: rgb(183,105,227); }
td.TdClassName
{
border-color: #B769E3;
}
.TagClassName
{
border-color: #B769E3;
}
</style>