Shades of Medium Orchid #B567F3
Tints of Medium Orchid #B567F3
RGB
CMYK
RGB Variations
Color information
#B567F3 (or 0xB567F3) is known color: Medium Orchid. HEX triplet: B5, 67 and F3. RGB value is (181,103,243). Sum of RGB (Red+Green+Blue) = 181+103+243=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #B567F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567F3 is #4A980C. Grayscale: #8D8D8D. Windows color (decimal): -4888589 or 15951797. OLE color: 15951797.
HSL color Cylindrical-coordinate representation of color #B567F3: hue angle of 273.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B567F3 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 103 | 243 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.05 |
| HSL | 273.43º | 0.85% | 0.68% | - |
| HSV(B) | 273.43º | 0.58% | 0.95% | - |
| XYZ | 40.08 | 26 | 87.7 | - |
| YUV | 142.28 | 184.84 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 243 | 0.26 | 0.58 | 0 | 0.05 | 273.43 | 0.85 | 0.68 |
| Hex | B5 | 67 | F3 | 1A | 3A | 0 | 5 | 111 | 55 | 44 |
| Octal | 265 | 147 | 363 | 32 | 72 | 0 | 5 | 421 | 125 | 104 |
| Binary | 10110101 | 1100111 | 11110011 | 11010 | 111010 | 0 | 101 | 100010001 | 1010101 | 1000100 |
Color Harmonies of #B567F3
Complementary color
Monochromatic Colors of #B567F3
Black with #B567F3
Text Example
Text Example
White with #B567F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567F3; }
p { color: rgb(181,103,243); }
H1.HeaderClassName
{
color: #B567F3;
}
.AnyTagClassName
{
color: #B567F3;
}
</style>
background-color css
<style>
a { background-color: #B567F3; }
a { background-color: rgb(181,103,243); }
div.DivClassName
{
background-color: #B567F3;
}
.BgClassName
{
background-color: #B567F3;
}
</style>
border-color css
<style>
span { border-color: #B567F3; }
span { border-color: rgb(181,103,243); }
td.TdClassName
{
border-color: #B567F3;
}
.TagClassName
{
border-color: #B567F3;
}
</style>