Shades of Medium Orchid #B564CC
Tints of Medium Orchid #B564CC
RGB
CMYK
RGB Variations
Color information
#B564CC (or 0xB564CC) is known color: Medium Orchid. HEX triplet: B5, 64 and CC. RGB value is (181,100,204). Sum of RGB (Red+Green+Blue) = 181+100+204=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B564CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CC is #4A9B33. Grayscale: #878787. Windows color (decimal): -4889396 or 13395125. OLE color: 13395125.
HSL color Cylindrical-coordinate representation of color #B564CC: hue angle of 286.73º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B564CC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 100 | 204 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.2 |
| HSL | 286.73º | 0.5% | 0.6% | - |
| HSV(B) | 286.73º | 0.51% | 0.8% | - |
| XYZ | 34.51 | 23.3 | 59.8 | - |
| YUV | 136.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 204 | 0.11 | 0.51 | 0 | 0.2 | 286.73 | 0.5 | 0.6 |
| Hex | B5 | 64 | CC | B | 33 | 0 | 14 | 11F | 32 | 3C |
| Octal | 265 | 144 | 314 | 13 | 63 | 0 | 24 | 437 | 62 | 74 |
| Binary | 10110101 | 1100100 | 11001100 | 1011 | 110011 | 0 | 10100 | 100011111 | 110010 | 111100 |
Color Harmonies of #B564CC
Complementary color
Monochromatic Colors of #B564CC
Black with #B564CC
Text Example
Text Example
White with #B564CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564CC; }
p { color: rgb(181,100,204); }
H1.HeaderClassName
{
color: #B564CC;
}
.AnyTagClassName
{
color: #B564CC;
}
</style>
background-color css
<style>
a { background-color: #B564CC; }
a { background-color: rgb(181,100,204); }
div.DivClassName
{
background-color: #B564CC;
}
.BgClassName
{
background-color: #B564CC;
}
</style>
border-color css
<style>
span { border-color: #B564CC; }
span { border-color: rgb(181,100,204); }
td.TdClassName
{
border-color: #B564CC;
}
.TagClassName
{
border-color: #B564CC;
}
</style>