Shades of Medium Orchid #B567EA
Tints of Medium Orchid #B567EA
RGB
CMYK
RGB Variations
Color information
#B567EA (or 0xB567EA) is known color: Medium Orchid. HEX triplet: B5, 67 and EA. RGB value is (181,103,234). Sum of RGB (Red+Green+Blue) = 181+103+234=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #B567EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567EA is #4A9815. Grayscale: #8C8C8C. Windows color (decimal): -4888598 or 15361973. OLE color: 15361973.
HSL color Cylindrical-coordinate representation of color #B567EA: hue angle of 275.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B567EA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 103 | 234 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.08 |
| HSL | 275.73º | 0.76% | 0.66% | - |
| HSV(B) | 275.73º | 0.56% | 0.92% | - |
| XYZ | 38.76 | 25.46 | 80.71 | - |
| YUV | 141.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 234 | 0.23 | 0.56 | 0 | 0.08 | 275.73 | 0.76 | 0.66 |
| Hex | B5 | 67 | EA | 17 | 38 | 0 | 8 | 114 | 4C | 42 |
| Octal | 265 | 147 | 352 | 27 | 70 | 0 | 10 | 424 | 114 | 102 |
| Binary | 10110101 | 1100111 | 11101010 | 10111 | 111000 | 0 | 1000 | 100010100 | 1001100 | 1000010 |
Color Harmonies of #B567EA
Complementary color
Monochromatic Colors of #B567EA
Black with #B567EA
Text Example
Text Example
White with #B567EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567EA; }
p { color: rgb(181,103,234); }
H1.HeaderClassName
{
color: #B567EA;
}
.AnyTagClassName
{
color: #B567EA;
}
</style>
background-color css
<style>
a { background-color: #B567EA; }
a { background-color: rgb(181,103,234); }
div.DivClassName
{
background-color: #B567EA;
}
.BgClassName
{
background-color: #B567EA;
}
</style>
border-color css
<style>
span { border-color: #B567EA; }
span { border-color: rgb(181,103,234); }
td.TdClassName
{
border-color: #B567EA;
}
.TagClassName
{
border-color: #B567EA;
}
</style>