Shades of Medium Orchid #B569CE
Tints of Medium Orchid #B569CE
RGB
CMYK
RGB Variations
Color information
#B569CE (or 0xB569CE) is known color: Medium Orchid. HEX triplet: B5, 69 and CE. RGB value is (181,105,206). Sum of RGB (Red+Green+Blue) = 181+105+206=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #B569CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569CE is #4A9631. Grayscale: #8A8A8A. Windows color (decimal): -4888114 or 13527477. OLE color: 13527477.
HSL color Cylindrical-coordinate representation of color #B569CE: hue angle of 285.15º 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 #B569CE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 105 | 206 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.19 |
| HSL | 285.15º | 0.51% | 0.61% | - |
| HSV(B) | 285.15º | 0.49% | 0.81% | - |
| XYZ | 35.25 | 24.38 | 61.24 | - |
| YUV | 139.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 206 | 0.12 | 0.49 | 0 | 0.19 | 285.15 | 0.51 | 0.61 |
| Hex | B5 | 69 | CE | C | 31 | 0 | 13 | 11D | 33 | 3D |
| Octal | 265 | 151 | 316 | 14 | 61 | 0 | 23 | 435 | 63 | 75 |
| Binary | 10110101 | 1101001 | 11001110 | 1100 | 110001 | 0 | 10011 | 100011101 | 110011 | 111101 |
Color Harmonies of #B569CE
Complementary color
Monochromatic Colors of #B569CE
Black with #B569CE
Text Example
Text Example
White with #B569CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569CE; }
p { color: rgb(181,105,206); }
H1.HeaderClassName
{
color: #B569CE;
}
.AnyTagClassName
{
color: #B569CE;
}
</style>
background-color css
<style>
a { background-color: #B569CE; }
a { background-color: rgb(181,105,206); }
div.DivClassName
{
background-color: #B569CE;
}
.BgClassName
{
background-color: #B569CE;
}
</style>
border-color css
<style>
span { border-color: #B569CE; }
span { border-color: rgb(181,105,206); }
td.TdClassName
{
border-color: #B569CE;
}
.TagClassName
{
border-color: #B569CE;
}
</style>