Shades of Medium Orchid #B569CF
Tints of Medium Orchid #B569CF
RGB
CMYK
RGB Variations
Color information
#B569CF (or 0xB569CF) is known color: Medium Orchid. HEX triplet: B5, 69 and CF. RGB value is (181,105,207). Sum of RGB (Red+Green+Blue) = 181+105+207=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #B569CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569CF is #4A9630. Grayscale: #8B8B8B. Windows color (decimal): -4888113 or 13593013. OLE color: 13593013.
HSL color Cylindrical-coordinate representation of color #B569CF: hue angle of 284.71º degrees, saturation: 0.52, 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 #B569CF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 105 | 207 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.19 |
| HSL | 284.71º | 0.52% | 0.61% | - |
| HSV(B) | 284.71º | 0.49% | 0.81% | - |
| XYZ | 35.37 | 24.43 | 61.88 | - |
| YUV | 139.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 207 | 0.13 | 0.49 | 0 | 0.19 | 284.71 | 0.52 | 0.61 |
| Hex | B5 | 69 | CF | D | 31 | 0 | 13 | 11D | 34 | 3D |
| Octal | 265 | 151 | 317 | 15 | 61 | 0 | 23 | 435 | 64 | 75 |
| Binary | 10110101 | 1101001 | 11001111 | 1101 | 110001 | 0 | 10011 | 100011101 | 110100 | 111101 |
Color Harmonies of #B569CF
Complementary color
Monochromatic Colors of #B569CF
Black with #B569CF
Text Example
Text Example
White with #B569CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569CF; }
p { color: rgb(181,105,207); }
H1.HeaderClassName
{
color: #B569CF;
}
.AnyTagClassName
{
color: #B569CF;
}
</style>
background-color css
<style>
a { background-color: #B569CF; }
a { background-color: rgb(181,105,207); }
div.DivClassName
{
background-color: #B569CF;
}
.BgClassName
{
background-color: #B569CF;
}
</style>
border-color css
<style>
span { border-color: #B569CF; }
span { border-color: rgb(181,105,207); }
td.TdClassName
{
border-color: #B569CF;
}
.TagClassName
{
border-color: #B569CF;
}
</style>