Shades of Medium Orchid #B968DC
Tints of Medium Orchid #B968DC
RGB
CMYK
RGB Variations
Color information
#B968DC (or 0xB968DC) is known color: Medium Orchid. HEX triplet: B9, 68 and DC. RGB value is (185,104,220). Sum of RGB (Red+Green+Blue) = 185+104+220=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #B968DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968DC is #469723. Grayscale: #8D8D8D. Windows color (decimal): -4626212 or 14444729. OLE color: 14444729.
HSL color Cylindrical-coordinate representation of color #B968DC: hue angle of 281.9º 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 #B968DC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 104 | 220 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.14 |
| HSL | 281.9º | 0.62% | 0.64% | - |
| HSV(B) | 281.9º | 0.53% | 0.86% | - |
| XYZ | 37.88 | 25.38 | 70.61 | - |
| YUV | 141.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 220 | 0.16 | 0.53 | 0 | 0.14 | 281.9 | 0.62 | 0.64 |
| Hex | B9 | 68 | DC | 10 | 35 | 0 | E | 11A | 3E | 40 |
| Octal | 271 | 150 | 334 | 20 | 65 | 0 | 16 | 432 | 76 | 100 |
| Binary | 10111001 | 1101000 | 11011100 | 10000 | 110101 | 0 | 1110 | 100011010 | 111110 | 1000000 |
Color Harmonies of #B968DC
Complementary color
Monochromatic Colors of #B968DC
Black with #B968DC
Text Example
Text Example
White with #B968DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968DC; }
p { color: rgb(185,104,220); }
H1.HeaderClassName
{
color: #B968DC;
}
.AnyTagClassName
{
color: #B968DC;
}
</style>
background-color css
<style>
a { background-color: #B968DC; }
a { background-color: rgb(185,104,220); }
div.DivClassName
{
background-color: #B968DC;
}
.BgClassName
{
background-color: #B968DC;
}
</style>
border-color css
<style>
span { border-color: #B968DC; }
span { border-color: rgb(185,104,220); }
td.TdClassName
{
border-color: #B968DC;
}
.TagClassName
{
border-color: #B968DC;
}
</style>