Shades of Medium Orchid #B567F5
Tints of Medium Orchid #B567F5
RGB
CMYK
RGB Variations
Color information
#B567F5 (or 0xB567F5) is known color: Medium Orchid. HEX triplet: B5, 67 and F5. RGB value is (181,103,245). Sum of RGB (Red+Green+Blue) = 181+103+245=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #B567F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567F5 is #4A980A. Grayscale: #8E8E8E. Windows color (decimal): -4888587 or 16082869. OLE color: 16082869.
HSL color Cylindrical-coordinate representation of color #B567F5: hue angle of 272.96º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B567F5 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 103 | 245 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.04 |
| HSL | 272.96º | 0.88% | 0.68% | - |
| HSV(B) | 272.96º | 0.58% | 0.96% | - |
| XYZ | 40.39 | 26.12 | 89.3 | - |
| YUV | 142.51 | 185.84 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 245 | 0.26 | 0.58 | 0 | 0.04 | 272.96 | 0.88 | 0.68 |
| Hex | B5 | 67 | F5 | 1A | 3A | 0 | 4 | 111 | 58 | 44 |
| Octal | 265 | 147 | 365 | 32 | 72 | 0 | 4 | 421 | 130 | 104 |
| Binary | 10110101 | 1100111 | 11110101 | 11010 | 111010 | 0 | 100 | 100010001 | 1011000 | 1000100 |
Color Harmonies of #B567F5
Complementary color
Monochromatic Colors of #B567F5
Black with #B567F5
Text Example
Text Example
White with #B567F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567F5; }
p { color: rgb(181,103,245); }
H1.HeaderClassName
{
color: #B567F5;
}
.AnyTagClassName
{
color: #B567F5;
}
</style>
background-color css
<style>
a { background-color: #B567F5; }
a { background-color: rgb(181,103,245); }
div.DivClassName
{
background-color: #B567F5;
}
.BgClassName
{
background-color: #B567F5;
}
</style>
border-color css
<style>
span { border-color: #B567F5; }
span { border-color: rgb(181,103,245); }
td.TdClassName
{
border-color: #B567F5;
}
.TagClassName
{
border-color: #B567F5;
}
</style>