Shades of Medium Orchid #B567CC
Tints of Medium Orchid #B567CC
RGB
CMYK
RGB Variations
Color information
#B567CC (or 0xB567CC) is known color: Medium Orchid. HEX triplet: B5, 67 and CC. RGB value is (181,103,204). Sum of RGB (Red+Green+Blue) = 181+103+204=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #B567CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567CC is #4A9833. Grayscale: #898989. Windows color (decimal): -4888628 or 13395893. OLE color: 13395893.
HSL color Cylindrical-coordinate representation of color #B567CC: hue angle of 286.34º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B567CC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 103 | 204 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.2 |
| HSL | 286.34º | 0.5% | 0.6% | - |
| HSV(B) | 286.34º | 0.5% | 0.8% | - |
| XYZ | 34.81 | 23.88 | 59.9 | - |
| YUV | 137.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 204 | 0.11 | 0.50 | 0 | 0.2 | 286.34 | 0.5 | 0.6 |
| Hex | B5 | 67 | CC | B | 32 | 0 | 14 | 11E | 32 | 3C |
| Octal | 265 | 147 | 314 | 13 | 62 | 0 | 24 | 436 | 62 | 74 |
| Binary | 10110101 | 1100111 | 11001100 | 1011 | 110010 | 0 | 10100 | 100011110 | 110010 | 111100 |
Color Harmonies of #B567CC
Complementary color
Monochromatic Colors of #B567CC
Black with #B567CC
Text Example
Text Example
White with #B567CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567CC; }
p { color: rgb(181,103,204); }
H1.HeaderClassName
{
color: #B567CC;
}
.AnyTagClassName
{
color: #B567CC;
}
</style>
background-color css
<style>
a { background-color: #B567CC; }
a { background-color: rgb(181,103,204); }
div.DivClassName
{
background-color: #B567CC;
}
.BgClassName
{
background-color: #B567CC;
}
</style>
border-color css
<style>
span { border-color: #B567CC; }
span { border-color: rgb(181,103,204); }
td.TdClassName
{
border-color: #B567CC;
}
.TagClassName
{
border-color: #B567CC;
}
</style>