Shades of Medium Orchid #B769EC
Tints of Medium Orchid #B769EC
RGB
CMYK
RGB Variations
Color information
#B769EC (or 0xB769EC) is known color: Medium Orchid. HEX triplet: B7, 69 and EC. RGB value is (183,105,236). Sum of RGB (Red+Green+Blue) = 183+105+236=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #B769EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769EC is #489613. Grayscale: #8E8E8E. Windows color (decimal): -4757012 or 15493559. OLE color: 15493559.
HSL color Cylindrical-coordinate representation of color #B769EC: hue angle of 275.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B769EC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 105 | 236 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.07 |
| HSL | 275.73º | 0.78% | 0.67% | - |
| HSV(B) | 275.73º | 0.56% | 0.93% | - |
| XYZ | 39.72 | 26.23 | 82.33 | - |
| YUV | 143.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 236 | 0.22 | 0.56 | 0 | 0.07 | 275.73 | 0.78 | 0.67 |
| Hex | B7 | 69 | EC | 16 | 38 | 0 | 7 | 114 | 4E | 43 |
| Octal | 267 | 151 | 354 | 26 | 70 | 0 | 7 | 424 | 116 | 103 |
| Binary | 10110111 | 1101001 | 11101100 | 10110 | 111000 | 0 | 111 | 100010100 | 1001110 | 1000011 |
Color Harmonies of #B769EC
Complementary color
Monochromatic Colors of #B769EC
Black with #B769EC
Text Example
Text Example
White with #B769EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769EC; }
p { color: rgb(183,105,236); }
H1.HeaderClassName
{
color: #B769EC;
}
.AnyTagClassName
{
color: #B769EC;
}
</style>
background-color css
<style>
a { background-color: #B769EC; }
a { background-color: rgb(183,105,236); }
div.DivClassName
{
background-color: #B769EC;
}
.BgClassName
{
background-color: #B769EC;
}
</style>
border-color css
<style>
span { border-color: #B769EC; }
span { border-color: rgb(183,105,236); }
td.TdClassName
{
border-color: #B769EC;
}
.TagClassName
{
border-color: #B769EC;
}
</style>