Shades of Medium Orchid #B769D1
Tints of Medium Orchid #B769D1
RGB
CMYK
RGB Variations
Color information
#B769D1 (or 0xB769D1) is known color: Medium Orchid. HEX triplet: B7, 69 and D1. RGB value is (183,105,209). Sum of RGB (Red+Green+Blue) = 183+105+209=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #B769D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769D1 is #48962E. Grayscale: #8B8B8B. Windows color (decimal): -4757039 or 13724087. OLE color: 13724087.
HSL color Cylindrical-coordinate representation of color #B769D1: hue angle of 285º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B769D1 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 105 | 209 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.18 |
| HSL | 285º | 0.53% | 0.62% | - |
| HSV(B) | 285º | 0.5% | 0.82% | - |
| XYZ | 36.09 | 24.77 | 63.2 | - |
| YUV | 140.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 209 | 0.12 | 0.50 | 0 | 0.18 | 285 | 0.53 | 0.62 |
| Hex | B7 | 69 | D1 | C | 32 | 0 | 12 | 11D | 35 | 3E |
| Octal | 267 | 151 | 321 | 14 | 62 | 0 | 22 | 435 | 65 | 76 |
| Binary | 10110111 | 1101001 | 11010001 | 1100 | 110010 | 0 | 10010 | 100011101 | 110101 | 111110 |
Color Harmonies of #B769D1
Complementary color
Monochromatic Colors of #B769D1
Black with #B769D1
Text Example
Text Example
White with #B769D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769D1; }
p { color: rgb(183,105,209); }
H1.HeaderClassName
{
color: #B769D1;
}
.AnyTagClassName
{
color: #B769D1;
}
</style>
background-color css
<style>
a { background-color: #B769D1; }
a { background-color: rgb(183,105,209); }
div.DivClassName
{
background-color: #B769D1;
}
.BgClassName
{
background-color: #B769D1;
}
</style>
border-color css
<style>
span { border-color: #B769D1; }
span { border-color: rgb(183,105,209); }
td.TdClassName
{
border-color: #B769D1;
}
.TagClassName
{
border-color: #B769D1;
}
</style>