Shades of Medium Orchid #B769DC
Tints of Medium Orchid #B769DC
RGB
CMYK
RGB Variations
Color information
#B769DC (or 0xB769DC) is known color: Medium Orchid. HEX triplet: B7, 69 and DC. RGB value is (183,105,220). Sum of RGB (Red+Green+Blue) = 183+105+220=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #B769DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769DC is #489623. Grayscale: #8D8D8D. Windows color (decimal): -4757028 or 14444983. OLE color: 14444983.
HSL color Cylindrical-coordinate representation of color #B769DC: hue angle of 280.7º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B769DC is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 105 | 220 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.14 |
| HSL | 280.7º | 0.62% | 0.64% | - |
| HSV(B) | 280.7º | 0.52% | 0.86% | - |
| XYZ | 37.5 | 25.34 | 70.62 | - |
| YUV | 141.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 220 | 0.17 | 0.52 | 0 | 0.14 | 280.7 | 0.62 | 0.64 |
| Hex | B7 | 69 | DC | 11 | 34 | 0 | E | 119 | 3E | 40 |
| Octal | 267 | 151 | 334 | 21 | 64 | 0 | 16 | 431 | 76 | 100 |
| Binary | 10110111 | 1101001 | 11011100 | 10001 | 110100 | 0 | 1110 | 100011001 | 111110 | 1000000 |
Color Harmonies of #B769DC
Complementary color
Monochromatic Colors of #B769DC
Black with #B769DC
Text Example
Text Example
White with #B769DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769DC; }
p { color: rgb(183,105,220); }
H1.HeaderClassName
{
color: #B769DC;
}
.AnyTagClassName
{
color: #B769DC;
}
</style>
background-color css
<style>
a { background-color: #B769DC; }
a { background-color: rgb(183,105,220); }
div.DivClassName
{
background-color: #B769DC;
}
.BgClassName
{
background-color: #B769DC;
}
</style>
border-color css
<style>
span { border-color: #B769DC; }
span { border-color: rgb(183,105,220); }
td.TdClassName
{
border-color: #B769DC;
}
.TagClassName
{
border-color: #B769DC;
}
</style>