#B064C4

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

Shades of Medium Orchid #B064C4

Tints of Medium Orchid #B064C4

Color information

#B064C4 (or 0xB064C4) is unknown color: approx Medium Orchid. HEX triplet: B0, 64 and C4. RGB value is (176,100,196). Sum of RGB (Red+Green+Blue) = 176+100+196=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #B064C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064C4 is #4F9B3B. Grayscale: #858585. Windows color (decimal): -5217084 or 12870832. OLE color: 12870832.

HSL color Cylindrical-coordinate representation of color #B064C4: hue angle of 287.5º degrees, saturation: 0.45, 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 #B064C4 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176100196-
CMYK0.100.4900.23
HSL287.5º44.86%58.04%-
HSV(B)287.5º48.98%76.86%-
XYZ32.4322.3354.83-
YUV133.67163.18158.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=37.29%
G=21.19%
B=41.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761001960.100.4900.23287.544.8658.04
HexB064C4A310171202d3a
Octal26014430412610274405572
Binary101100001100100110001001010110001010111100100000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064C4; }

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

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

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

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

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

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

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

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