Shades of Medium Orchid #B769DF
Tints of Medium Orchid #B769DF
RGB
CMYK
RGB Variations
Color information
#B769DF (or 0xB769DF) is known color: Medium Orchid. HEX triplet: B7, 69 and DF. RGB value is (183,105,223). Sum of RGB (Red+Green+Blue) = 183+105+223=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #B769DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769DF is #489620. Grayscale: #8D8D8D. Windows color (decimal): -4757025 or 14641591. OLE color: 14641591.
HSL color Cylindrical-coordinate representation of color #B769DF: hue angle of 279.66º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B769DF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 105 | 223 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.13 |
| HSL | 279.66º | 0.65% | 0.64% | - |
| HSV(B) | 279.66º | 0.53% | 0.87% | - |
| XYZ | 37.9 | 25.5 | 72.74 | - |
| YUV | 141.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 223 | 0.18 | 0.53 | 0 | 0.13 | 279.66 | 0.65 | 0.64 |
| Hex | B7 | 69 | DF | 12 | 35 | 0 | D | 118 | 41 | 40 |
| Octal | 267 | 151 | 337 | 22 | 65 | 0 | 15 | 430 | 101 | 100 |
| Binary | 10110111 | 1101001 | 11011111 | 10010 | 110101 | 0 | 1101 | 100011000 | 1000001 | 1000000 |
Color Harmonies of #B769DF
Complementary color
Monochromatic Colors of #B769DF
Black with #B769DF
Text Example
Text Example
White with #B769DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769DF; }
p { color: rgb(183,105,223); }
H1.HeaderClassName
{
color: #B769DF;
}
.AnyTagClassName
{
color: #B769DF;
}
</style>
background-color css
<style>
a { background-color: #B769DF; }
a { background-color: rgb(183,105,223); }
div.DivClassName
{
background-color: #B769DF;
}
.BgClassName
{
background-color: #B769DF;
}
</style>
border-color css
<style>
span { border-color: #B769DF; }
span { border-color: rgb(183,105,223); }
td.TdClassName
{
border-color: #B769DF;
}
.TagClassName
{
border-color: #B769DF;
}
</style>