Shades of Medium Orchid #B969CE
Tints of Medium Orchid #B969CE
RGB
CMYK
RGB Variations
Color information
#B969CE (or 0xB969CE) is known color: Medium Orchid. HEX triplet: B9, 69 and CE. RGB value is (185,105,206). Sum of RGB (Red+Green+Blue) = 185+105+206=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #B969CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969CE is #469631. Grayscale: #8C8C8C. Windows color (decimal): -4625970 or 13527481. OLE color: 13527481.
HSL color Cylindrical-coordinate representation of color #B969CE: hue angle of 287.52º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B969CE is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 105 | 206 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.19 |
| HSL | 287.52º | 0.51% | 0.61% | - |
| HSV(B) | 287.52º | 0.49% | 0.81% | - |
| XYZ | 36.2 | 24.87 | 61.29 | - |
| YUV | 140.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 206 | 0.10 | 0.49 | 0 | 0.19 | 287.52 | 0.51 | 0.61 |
| Hex | B9 | 69 | CE | A | 31 | 0 | 13 | 120 | 33 | 3D |
| Octal | 271 | 151 | 316 | 12 | 61 | 0 | 23 | 440 | 63 | 75 |
| Binary | 10111001 | 1101001 | 11001110 | 1010 | 110001 | 0 | 10011 | 100100000 | 110011 | 111101 |
Color Harmonies of #B969CE
Complementary color
Monochromatic Colors of #B969CE
Black with #B969CE
Text Example
Text Example
White with #B969CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B969CE; }
p { color: rgb(185,105,206); }
H1.HeaderClassName
{
color: #B969CE;
}
.AnyTagClassName
{
color: #B969CE;
}
</style>
background-color css
<style>
a { background-color: #B969CE; }
a { background-color: rgb(185,105,206); }
div.DivClassName
{
background-color: #B969CE;
}
.BgClassName
{
background-color: #B969CE;
}
</style>
border-color css
<style>
span { border-color: #B969CE; }
span { border-color: rgb(185,105,206); }
td.TdClassName
{
border-color: #B969CE;
}
.TagClassName
{
border-color: #B969CE;
}
</style>