Shades of Medium Orchid #B769EE
Tints of Medium Orchid #B769EE
RGB
CMYK
RGB Variations
Color information
#B769EE (or 0xB769EE) is known color: Medium Orchid. HEX triplet: B7, 69 and EE. RGB value is (183,105,238). Sum of RGB (Red+Green+Blue) = 183+105+238=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #B769EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769EE is #489611. Grayscale: #8F8F8F. Windows color (decimal): -4757010 or 15624631. OLE color: 15624631.
HSL color Cylindrical-coordinate representation of color #B769EE: hue angle of 275.19º degrees, saturation: 0.8, 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 #B769EE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 105 | 238 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.07 |
| HSL | 275.19º | 0.8% | 0.67% | - |
| HSV(B) | 275.19º | 0.56% | 0.93% | - |
| XYZ | 40.01 | 26.34 | 83.86 | - |
| YUV | 143.48 | 181.34 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 238 | 0.23 | 0.56 | 0 | 0.07 | 275.19 | 0.8 | 0.67 |
| Hex | B7 | 69 | EE | 17 | 38 | 0 | 7 | 113 | 50 | 43 |
| Octal | 267 | 151 | 356 | 27 | 70 | 0 | 7 | 423 | 120 | 103 |
| Binary | 10110111 | 1101001 | 11101110 | 10111 | 111000 | 0 | 111 | 100010011 | 1010000 | 1000011 |
Color Harmonies of #B769EE
Complementary color
Monochromatic Colors of #B769EE
Black with #B769EE
Text Example
Text Example
White with #B769EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769EE; }
p { color: rgb(183,105,238); }
H1.HeaderClassName
{
color: #B769EE;
}
.AnyTagClassName
{
color: #B769EE;
}
</style>
background-color css
<style>
a { background-color: #B769EE; }
a { background-color: rgb(183,105,238); }
div.DivClassName
{
background-color: #B769EE;
}
.BgClassName
{
background-color: #B769EE;
}
</style>
border-color css
<style>
span { border-color: #B769EE; }
span { border-color: rgb(183,105,238); }
td.TdClassName
{
border-color: #B769EE;
}
.TagClassName
{
border-color: #B769EE;
}
</style>