Shades of Medium Orchid #B768DC
Tints of Medium Orchid #B768DC
RGB
CMYK
RGB Variations
Color information
#B768DC (or 0xB768DC) is known color: Medium Orchid. HEX triplet: B7, 68 and DC. RGB value is (183,104,220). Sum of RGB (Red+Green+Blue) = 183+104+220=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #B768DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768DC is #489723. Grayscale: #8C8C8C. Windows color (decimal): -4757284 or 14444727. OLE color: 14444727.
HSL color Cylindrical-coordinate representation of color #B768DC: hue angle of 280.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B768DC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 104 | 220 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.14 |
| HSL | 280.86º | 0.62% | 0.64% | - |
| HSV(B) | 280.86º | 0.53% | 0.86% | - |
| XYZ | 37.4 | 25.14 | 70.59 | - |
| YUV | 140.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 220 | 0.17 | 0.53 | 0 | 0.14 | 280.86 | 0.62 | 0.64 |
| Hex | B7 | 68 | DC | 11 | 35 | 0 | E | 119 | 3E | 40 |
| Octal | 267 | 150 | 334 | 21 | 65 | 0 | 16 | 431 | 76 | 100 |
| Binary | 10110111 | 1101000 | 11011100 | 10001 | 110101 | 0 | 1110 | 100011001 | 111110 | 1000000 |
Color Harmonies of #B768DC
Complementary color
Monochromatic Colors of #B768DC
Black with #B768DC
Text Example
Text Example
White with #B768DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768DC; }
p { color: rgb(183,104,220); }
H1.HeaderClassName
{
color: #B768DC;
}
.AnyTagClassName
{
color: #B768DC;
}
</style>
background-color css
<style>
a { background-color: #B768DC; }
a { background-color: rgb(183,104,220); }
div.DivClassName
{
background-color: #B768DC;
}
.BgClassName
{
background-color: #B768DC;
}
</style>
border-color css
<style>
span { border-color: #B768DC; }
span { border-color: rgb(183,104,220); }
td.TdClassName
{
border-color: #B768DC;
}
.TagClassName
{
border-color: #B768DC;
}
</style>