Shades of Medium Orchid #B064C5
Tints of Medium Orchid #B064C5
RGB
CMYK
RGB Variations
Color information
#B064C5 (or 0xB064C5) is known color: Medium Orchid. HEX triplet: B0, 64 and C5. RGB value is (176,100,197). Sum of RGB (Red+Green+Blue) = 176+100+197=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #B064C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064C5 is #4F9B3A. Grayscale: #858585. Windows color (decimal): -5217083 or 12936368. OLE color: 12936368.
HSL color Cylindrical-coordinate representation of color #B064C5: hue angle of 287.01º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B064C5 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 100 | 197 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.23 |
| HSL | 287.01º | 0.46% | 0.58% | - |
| HSV(B) | 287.01º | 0.49% | 0.77% | - |
| XYZ | 32.54 | 22.38 | 55.43 | - |
| YUV | 133.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 197 | 0.11 | 0.49 | 0 | 0.23 | 287.01 | 0.46 | 0.58 |
| Hex | B0 | 64 | C5 | B | 31 | 0 | 17 | 11F | 2E | 3A |
| Octal | 260 | 144 | 305 | 13 | 61 | 0 | 27 | 437 | 56 | 72 |
| Binary | 10110000 | 1100100 | 11000101 | 1011 | 110001 | 0 | 10111 | 100011111 | 101110 | 111010 |
Color Harmonies of #B064C5
Complementary color
Monochromatic Colors of #B064C5
Black with #B064C5
Text Example
Text Example
White with #B064C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B064C5; }
p { color: rgb(176,100,197); }
H1.HeaderClassName
{
color: #B064C5;
}
.AnyTagClassName
{
color: #B064C5;
}
</style>
background-color css
<style>
a { background-color: #B064C5; }
a { background-color: rgb(176,100,197); }
div.DivClassName
{
background-color: #B064C5;
}
.BgClassName
{
background-color: #B064C5;
}
</style>
border-color css
<style>
span { border-color: #B064C5; }
span { border-color: rgb(176,100,197); }
td.TdClassName
{
border-color: #B064C5;
}
.TagClassName
{
border-color: #B064C5;
}
</style>