Shades of Medium Orchid #B064D0
Tints of Medium Orchid #B064D0
RGB
CMYK
RGB Variations
Color information
#B064D0 (or 0xB064D0) is known color: Medium Orchid. HEX triplet: B0, 64 and D0. RGB value is (176,100,208). Sum of RGB (Red+Green+Blue) = 176+100+208=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #B064D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064D0 is #4F9B2F. Grayscale: #868686. Windows color (decimal): -5217072 or 13657264. OLE color: 13657264.
HSL color Cylindrical-coordinate representation of color #B064D0: hue angle of 282.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B064D0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 100 | 208 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.18 |
| HSL | 282.22º | 0.53% | 0.6% | - |
| HSV(B) | 282.22º | 0.52% | 0.82% | - |
| XYZ | 33.85 | 22.9 | 62.31 | - |
| YUV | 135.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 208 | 0.15 | 0.52 | 0 | 0.18 | 282.22 | 0.53 | 0.6 |
| Hex | B0 | 64 | D0 | F | 34 | 0 | 12 | 11A | 35 | 3C |
| Octal | 260 | 144 | 320 | 17 | 64 | 0 | 22 | 432 | 65 | 74 |
| Binary | 10110000 | 1100100 | 11010000 | 1111 | 110100 | 0 | 10010 | 100011010 | 110101 | 111100 |
Color Harmonies of #B064D0
Complementary color
Monochromatic Colors of #B064D0
Black with #B064D0
Text Example
Text Example
White with #B064D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B064D0; }
p { color: rgb(176,100,208); }
H1.HeaderClassName
{
color: #B064D0;
}
.AnyTagClassName
{
color: #B064D0;
}
</style>
background-color css
<style>
a { background-color: #B064D0; }
a { background-color: rgb(176,100,208); }
div.DivClassName
{
background-color: #B064D0;
}
.BgClassName
{
background-color: #B064D0;
}
</style>
border-color css
<style>
span { border-color: #B064D0; }
span { border-color: rgb(176,100,208); }
td.TdClassName
{
border-color: #B064D0;
}
.TagClassName
{
border-color: #B064D0;
}
</style>