Shades of Medium Orchid #B568D8
Tints of Medium Orchid #B568D8
RGB
CMYK
RGB Variations
Color information
#B568D8 (or 0xB568D8) is known color: Medium Orchid. HEX triplet: B5, 68 and D8. RGB value is (181,104,216). Sum of RGB (Red+Green+Blue) = 181+104+216=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #B568D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568D8 is #4A9727. Grayscale: #8B8B8B. Windows color (decimal): -4888360 or 14182581. OLE color: 14182581.
HSL color Cylindrical-coordinate representation of color #B568D8: hue angle of 281.25º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B568D8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 104 | 216 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.15 |
| HSL | 281.25º | 0.59% | 0.63% | - |
| HSV(B) | 281.25º | 0.52% | 0.85% | - |
| XYZ | 36.4 | 24.68 | 67.81 | - |
| YUV | 139.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 216 | 0.16 | 0.52 | 0 | 0.15 | 281.25 | 0.59 | 0.63 |
| Hex | B5 | 68 | D8 | 10 | 34 | 0 | F | 119 | 3B | 3F |
| Octal | 265 | 150 | 330 | 20 | 64 | 0 | 17 | 431 | 73 | 77 |
| Binary | 10110101 | 1101000 | 11011000 | 10000 | 110100 | 0 | 1111 | 100011001 | 111011 | 111111 |
Color Harmonies of #B568D8
Complementary color
Monochromatic Colors of #B568D8
Black with #B568D8
Text Example
Text Example
White with #B568D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568D8; }
p { color: rgb(181,104,216); }
H1.HeaderClassName
{
color: #B568D8;
}
.AnyTagClassName
{
color: #B568D8;
}
</style>
background-color css
<style>
a { background-color: #B568D8; }
a { background-color: rgb(181,104,216); }
div.DivClassName
{
background-color: #B568D8;
}
.BgClassName
{
background-color: #B568D8;
}
</style>
border-color css
<style>
span { border-color: #B568D8; }
span { border-color: rgb(181,104,216); }
td.TdClassName
{
border-color: #B568D8;
}
.TagClassName
{
border-color: #B568D8;
}
</style>