Shades of Medium Orchid #B069CE
Tints of Medium Orchid #B069CE
RGB
CMYK
RGB Variations
Color information
#B069CE (or 0xB069CE) is known color: Medium Orchid. HEX triplet: B0, 69 and CE. RGB value is (176,105,206). Sum of RGB (Red+Green+Blue) = 176+105+206=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #B069CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069CE is #4F9631. Grayscale: #898989. Windows color (decimal): -5215794 or 13527472. OLE color: 13527472.
HSL color Cylindrical-coordinate representation of color #B069CE: hue angle of 282.18º 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 #B069CE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 105 | 206 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.19 |
| HSL | 282.18º | 0.51% | 0.61% | - |
| HSV(B) | 282.18º | 0.49% | 0.81% | - |
| XYZ | 34.1 | 23.79 | 61.19 | - |
| YUV | 137.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 206 | 0.15 | 0.49 | 0 | 0.19 | 282.18 | 0.51 | 0.61 |
| Hex | B0 | 69 | CE | F | 31 | 0 | 13 | 11A | 33 | 3D |
| Octal | 260 | 151 | 316 | 17 | 61 | 0 | 23 | 432 | 63 | 75 |
| Binary | 10110000 | 1101001 | 11001110 | 1111 | 110001 | 0 | 10011 | 100011010 | 110011 | 111101 |
Color Harmonies of #B069CE
Complementary color
Monochromatic Colors of #B069CE
Black with #B069CE
Text Example
Text Example
White with #B069CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069CE; }
p { color: rgb(176,105,206); }
H1.HeaderClassName
{
color: #B069CE;
}
.AnyTagClassName
{
color: #B069CE;
}
</style>
background-color css
<style>
a { background-color: #B069CE; }
a { background-color: rgb(176,105,206); }
div.DivClassName
{
background-color: #B069CE;
}
.BgClassName
{
background-color: #B069CE;
}
</style>
border-color css
<style>
span { border-color: #B069CE; }
span { border-color: rgb(176,105,206); }
td.TdClassName
{
border-color: #B069CE;
}
.TagClassName
{
border-color: #B069CE;
}
</style>