Shades of Medium Orchid #B567C3
Tints of Medium Orchid #B567C3
RGB
CMYK
RGB Variations
Color information
#B567C3 (or 0xB567C3) is known color: Medium Orchid. HEX triplet: B5, 67 and C3. RGB value is (181,103,195). Sum of RGB (Red+Green+Blue) = 181+103+195=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #B567C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567C3 is #4A983C. Grayscale: #888888. Windows color (decimal): -4888637 or 12806069. OLE color: 12806069.
HSL color Cylindrical-coordinate representation of color #B567C3: hue angle of 290.87º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B567C3 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 103 | 195 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.24 |
| HSL | 290.87º | 0.43% | 0.58% | - |
| HSV(B) | 290.87º | 0.47% | 0.76% | - |
| XYZ | 33.76 | 23.46 | 54.38 | - |
| YUV | 136.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 195 | 0.07 | 0.47 | 0 | 0.24 | 290.87 | 0.43 | 0.58 |
| Hex | B5 | 67 | C3 | 7 | 2F | 0 | 18 | 123 | 2B | 3A |
| Octal | 265 | 147 | 303 | 7 | 57 | 0 | 30 | 443 | 53 | 72 |
| Binary | 10110101 | 1100111 | 11000011 | 111 | 101111 | 0 | 11000 | 100100011 | 101011 | 111010 |
Color Harmonies of #B567C3
Complementary color
Monochromatic Colors of #B567C3
Black with #B567C3
Text Example
Text Example
White with #B567C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567C3; }
p { color: rgb(181,103,195); }
H1.HeaderClassName
{
color: #B567C3;
}
.AnyTagClassName
{
color: #B567C3;
}
</style>
background-color css
<style>
a { background-color: #B567C3; }
a { background-color: rgb(181,103,195); }
div.DivClassName
{
background-color: #B567C3;
}
.BgClassName
{
background-color: #B567C3;
}
</style>
border-color css
<style>
span { border-color: #B567C3; }
span { border-color: rgb(181,103,195); }
td.TdClassName
{
border-color: #B567C3;
}
.TagClassName
{
border-color: #B567C3;
}
</style>