Shades of Medium Orchid #B769E6
Tints of Medium Orchid #B769E6
RGB
CMYK
RGB Variations
Color information
#B769E6 (or 0xB769E6) is known color: Medium Orchid. HEX triplet: B7, 69 and E6. RGB value is (183,105,230). Sum of RGB (Red+Green+Blue) = 183+105+230=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #B769E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769E6 is #489619. Grayscale: #8E8E8E. Windows color (decimal): -4757018 or 15100343. OLE color: 15100343.
HSL color Cylindrical-coordinate representation of color #B769E6: hue angle of 277.44º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B769E6 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 105 | 230 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.10 |
| HSL | 277.44º | 0.71% | 0.66% | - |
| HSV(B) | 277.44º | 0.54% | 0.9% | - |
| XYZ | 38.86 | 25.88 | 77.81 | - |
| YUV | 142.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 230 | 0.20 | 0.54 | 0 | 0.10 | 277.44 | 0.71 | 0.66 |
| Hex | B7 | 69 | E6 | 14 | 36 | 0 | A | 115 | 47 | 42 |
| Octal | 267 | 151 | 346 | 24 | 66 | 0 | 12 | 425 | 107 | 102 |
| Binary | 10110111 | 1101001 | 11100110 | 10100 | 110110 | 0 | 1010 | 100010101 | 1000111 | 1000010 |
Color Harmonies of #B769E6
Complementary color
Monochromatic Colors of #B769E6
Black with #B769E6
Text Example
Text Example
White with #B769E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769E6; }
p { color: rgb(183,105,230); }
H1.HeaderClassName
{
color: #B769E6;
}
.AnyTagClassName
{
color: #B769E6;
}
</style>
background-color css
<style>
a { background-color: #B769E6; }
a { background-color: rgb(183,105,230); }
div.DivClassName
{
background-color: #B769E6;
}
.BgClassName
{
background-color: #B769E6;
}
</style>
border-color css
<style>
span { border-color: #B769E6; }
span { border-color: rgb(183,105,230); }
td.TdClassName
{
border-color: #B769E6;
}
.TagClassName
{
border-color: #B769E6;
}
</style>