Shades of Medium Orchid #B567DF
Tints of Medium Orchid #B567DF
RGB
CMYK
RGB Variations
Color information
#B567DF (or 0xB567DF) is known color: Medium Orchid. HEX triplet: B5, 67 and DF. RGB value is (181,103,223). Sum of RGB (Red+Green+Blue) = 181+103+223=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #B567DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567DF is #4A9820. Grayscale: #8B8B8B. Windows color (decimal): -4888609 or 14641077. OLE color: 14641077.
HSL color Cylindrical-coordinate representation of color #B567DF: hue angle of 279º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B567DF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 103 | 223 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.13 |
| HSL | 279º | 0.65% | 0.64% | - |
| HSV(B) | 279º | 0.54% | 0.87% | - |
| XYZ | 37.23 | 24.85 | 72.65 | - |
| YUV | 140 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 223 | 0.19 | 0.54 | 0 | 0.13 | 279 | 0.65 | 0.64 |
| Hex | B5 | 67 | DF | 13 | 36 | 0 | D | 117 | 41 | 40 |
| Octal | 265 | 147 | 337 | 23 | 66 | 0 | 15 | 427 | 101 | 100 |
| Binary | 10110101 | 1100111 | 11011111 | 10011 | 110110 | 0 | 1101 | 100010111 | 1000001 | 1000000 |
Color Harmonies of #B567DF
Complementary color
Monochromatic Colors of #B567DF
Black with #B567DF
Text Example
Text Example
White with #B567DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567DF; }
p { color: rgb(181,103,223); }
H1.HeaderClassName
{
color: #B567DF;
}
.AnyTagClassName
{
color: #B567DF;
}
</style>
background-color css
<style>
a { background-color: #B567DF; }
a { background-color: rgb(181,103,223); }
div.DivClassName
{
background-color: #B567DF;
}
.BgClassName
{
background-color: #B567DF;
}
</style>
border-color css
<style>
span { border-color: #B567DF; }
span { border-color: rgb(181,103,223); }
td.TdClassName
{
border-color: #B567DF;
}
.TagClassName
{
border-color: #B567DF;
}
</style>