#B064D9

Color #B064D9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B064D9

Tints of Medium Orchid #B064D9

Color information

#B064D9 (or 0xB064D9) is unknown color: approx Medium Orchid. HEX triplet: B0, 64 and D9. RGB value is (176,100,217). Sum of RGB (Red+Green+Blue) = 176+100+217=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #B064D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064D9 is #4F9B26. Grayscale: #878787. Windows color (decimal): -5217063 or 14247088. OLE color: 14247088.

HSL color Cylindrical-coordinate representation of color #B064D9: hue angle of 278.97º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B064D9 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176100217-
CMYK0.190.5400.15
HSL278.97º60.62%62.16%-
HSV(B)278.97º53.92%85.1%-
XYZ34.9923.3568.31-
YUV136.06173.68156.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 217 (85.16% from 255) = 44.02%
R=35.70%
G=20.28%
B=44.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761002170.190.5400.15278.9760.6262.16
HexB064D913360F1173d3e
Octal26014433123660174277576
Binary101100001100100110110011001111011001111100010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064D9; }

 p { color: rgb(176,100,217); }

 H1.HeaderClassName
 {
   color: #B064D9;
 }
 .AnyTagClassName
 {
   color: #B064D9;
 }
</style>
background-color css

<style>
 a { background-color: #B064D9; }

 a { background-color: rgb(176,100,217); }

 div.DivClassName
 {
   background-color: #B064D9;
 }
 .BgClassName
 {
   background-color: #B064D9;
 }
</style>
border-color css

<style>
 span { border-color: #B064D9; }

 span { border-color: rgb(176,100,217); }

 td.TdClassName
 {
   border-color: #B064D9;
 }
 .TagClassName
 {
   border-color: #B064D9;
 }
</style>