Shades of Medium Orchid #B567F1
Tints of Medium Orchid #B567F1
RGB
CMYK
RGB Variations
Color information
#B567F1 (or 0xB567F1) is known color: Medium Orchid. HEX triplet: B5, 67 and F1. RGB value is (181,103,241). Sum of RGB (Red+Green+Blue) = 181+103+241=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #B567F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567F1 is #4A980E. Grayscale: #8D8D8D. Windows color (decimal): -4888591 or 15820725. OLE color: 15820725.
HSL color Cylindrical-coordinate representation of color #B567F1: hue angle of 273.91º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B567F1 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 103 | 241 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.05 |
| HSL | 273.91º | 0.83% | 0.67% | - |
| HSV(B) | 273.91º | 0.57% | 0.95% | - |
| XYZ | 39.78 | 25.88 | 86.12 | - |
| YUV | 142.05 | 183.84 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 241 | 0.25 | 0.57 | 0 | 0.05 | 273.91 | 0.83 | 0.67 |
| Hex | B5 | 67 | F1 | 19 | 39 | 0 | 5 | 112 | 53 | 43 |
| Octal | 265 | 147 | 361 | 31 | 71 | 0 | 5 | 422 | 123 | 103 |
| Binary | 10110101 | 1100111 | 11110001 | 11001 | 111001 | 0 | 101 | 100010010 | 1010011 | 1000011 |
Color Harmonies of #B567F1
Complementary color
Monochromatic Colors of #B567F1
Black with #B567F1
Text Example
Text Example
White with #B567F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567F1; }
p { color: rgb(181,103,241); }
H1.HeaderClassName
{
color: #B567F1;
}
.AnyTagClassName
{
color: #B567F1;
}
</style>
background-color css
<style>
a { background-color: #B567F1; }
a { background-color: rgb(181,103,241); }
div.DivClassName
{
background-color: #B567F1;
}
.BgClassName
{
background-color: #B567F1;
}
</style>
border-color css
<style>
span { border-color: #B567F1; }
span { border-color: rgb(181,103,241); }
td.TdClassName
{
border-color: #B567F1;
}
.TagClassName
{
border-color: #B567F1;
}
</style>