Shades of Medium Orchid #B567C4
Tints of Medium Orchid #B567C4
RGB
CMYK
RGB Variations
Color information
#B567C4 (or 0xB567C4) is known color: Medium Orchid. HEX triplet: B5, 67 and C4. RGB value is (181,103,196). Sum of RGB (Red+Green+Blue) = 181+103+196=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #B567C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567C4 is #4A983B. Grayscale: #888888. Windows color (decimal): -4888636 or 12871605. OLE color: 12871605.
HSL color Cylindrical-coordinate representation of color #B567C4: hue angle of 290.32º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B567C4 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 103 | 196 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.23 |
| HSL | 290.32º | 0.44% | 0.59% | - |
| HSV(B) | 290.32º | 0.47% | 0.77% | - |
| XYZ | 33.87 | 23.51 | 54.98 | - |
| YUV | 136.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 196 | 0.08 | 0.47 | 0 | 0.23 | 290.32 | 0.44 | 0.59 |
| Hex | B5 | 67 | C4 | 8 | 2F | 0 | 17 | 122 | 2C | 3B |
| Octal | 265 | 147 | 304 | 10 | 57 | 0 | 27 | 442 | 54 | 73 |
| Binary | 10110101 | 1100111 | 11000100 | 1000 | 101111 | 0 | 10111 | 100100010 | 101100 | 111011 |
Color Harmonies of #B567C4
Complementary color
Monochromatic Colors of #B567C4
Black with #B567C4
Text Example
Text Example
White with #B567C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567C4; }
p { color: rgb(181,103,196); }
H1.HeaderClassName
{
color: #B567C4;
}
.AnyTagClassName
{
color: #B567C4;
}
</style>
background-color css
<style>
a { background-color: #B567C4; }
a { background-color: rgb(181,103,196); }
div.DivClassName
{
background-color: #B567C4;
}
.BgClassName
{
background-color: #B567C4;
}
</style>
border-color css
<style>
span { border-color: #B567C4; }
span { border-color: rgb(181,103,196); }
td.TdClassName
{
border-color: #B567C4;
}
.TagClassName
{
border-color: #B567C4;
}
</style>