Shades of Medium Orchid #B567D8
Tints of Medium Orchid #B567D8
RGB
CMYK
RGB Variations
Color information
#B567D8 (or 0xB567D8) is known color: Medium Orchid. HEX triplet: B5, 67 and D8. RGB value is (181,103,216). Sum of RGB (Red+Green+Blue) = 181+103+216=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #B567D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567D8 is #4A9827. Grayscale: #8A8A8A. Windows color (decimal): -4888616 or 14182325. OLE color: 14182325.
HSL color Cylindrical-coordinate representation of color #B567D8: hue angle of 281.42º 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 #B567D8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 103 | 216 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.15 |
| HSL | 281.42º | 0.59% | 0.63% | - |
| HSV(B) | 281.42º | 0.52% | 0.85% | - |
| XYZ | 36.3 | 24.48 | 67.78 | - |
| YUV | 139.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 216 | 0.16 | 0.52 | 0 | 0.15 | 281.42 | 0.59 | 0.63 |
| Hex | B5 | 67 | D8 | 10 | 34 | 0 | F | 119 | 3B | 3F |
| Octal | 265 | 147 | 330 | 20 | 64 | 0 | 17 | 431 | 73 | 77 |
| Binary | 10110101 | 1100111 | 11011000 | 10000 | 110100 | 0 | 1111 | 100011001 | 111011 | 111111 |
Color Harmonies of #B567D8
Complementary color
Monochromatic Colors of #B567D8
Black with #B567D8
Text Example
Text Example
White with #B567D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567D8; }
p { color: rgb(181,103,216); }
H1.HeaderClassName
{
color: #B567D8;
}
.AnyTagClassName
{
color: #B567D8;
}
</style>
background-color css
<style>
a { background-color: #B567D8; }
a { background-color: rgb(181,103,216); }
div.DivClassName
{
background-color: #B567D8;
}
.BgClassName
{
background-color: #B567D8;
}
</style>
border-color css
<style>
span { border-color: #B567D8; }
span { border-color: rgb(181,103,216); }
td.TdClassName
{
border-color: #B567D8;
}
.TagClassName
{
border-color: #B567D8;
}
</style>