Shades of Medium Orchid #B568CF
Tints of Medium Orchid #B568CF
RGB
CMYK
RGB Variations
Color information
#B568CF (or 0xB568CF) is known color: Medium Orchid. HEX triplet: B5, 68 and CF. RGB value is (181,104,207). Sum of RGB (Red+Green+Blue) = 181+104+207=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B568CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568CF is #4A9730. Grayscale: #8A8A8A. Windows color (decimal): -4888369 or 13592757. OLE color: 13592757.
HSL color Cylindrical-coordinate representation of color #B568CF: hue angle of 284.85º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B568CF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 104 | 207 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.19 |
| HSL | 284.85º | 0.52% | 0.61% | - |
| HSV(B) | 284.85º | 0.5% | 0.81% | - |
| XYZ | 35.27 | 24.23 | 61.85 | - |
| YUV | 138.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 207 | 0.13 | 0.50 | 0 | 0.19 | 284.85 | 0.52 | 0.61 |
| Hex | B5 | 68 | CF | D | 32 | 0 | 13 | 11D | 34 | 3D |
| Octal | 265 | 150 | 317 | 15 | 62 | 0 | 23 | 435 | 64 | 75 |
| Binary | 10110101 | 1101000 | 11001111 | 1101 | 110010 | 0 | 10011 | 100011101 | 110100 | 111101 |
Color Harmonies of #B568CF
Complementary color
Monochromatic Colors of #B568CF
Black with #B568CF
Text Example
Text Example
White with #B568CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568CF; }
p { color: rgb(181,104,207); }
H1.HeaderClassName
{
color: #B568CF;
}
.AnyTagClassName
{
color: #B568CF;
}
</style>
background-color css
<style>
a { background-color: #B568CF; }
a { background-color: rgb(181,104,207); }
div.DivClassName
{
background-color: #B568CF;
}
.BgClassName
{
background-color: #B568CF;
}
</style>
border-color css
<style>
span { border-color: #B568CF; }
span { border-color: rgb(181,104,207); }
td.TdClassName
{
border-color: #B568CF;
}
.TagClassName
{
border-color: #B568CF;
}
</style>