#B064EA

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

Shades of Medium Orchid #B064EA

Tints of Medium Orchid #B064EA

Color information

#B064EA (or 0xB064EA) is unknown color: approx Medium Orchid. HEX triplet: B0, 64 and EA. RGB value is (176,100,234). Sum of RGB (Red+Green+Blue) = 176+100+234=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #B064EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B064EA is #4F9B15. Grayscale: #898989. Windows color (decimal): -5217046 or 15361200. OLE color: 15361200.

HSL color Cylindrical-coordinate representation of color #B064EA: hue angle of 274.03º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B064EA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176100234-
CMYK0.250.5700.08
HSL274.03º76.14%65.49%-
HSV(B)274.03º57.26%91.76%-
XYZ37.3124.2880.56-
YUV138182.18155.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=34.51%
G=19.61%
B=45.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761002340.250.5700.08274.0376.1465.49
HexB064EA1939081124c41
Octal2601443523171010422114101
Binary10110000110010011101010110011110010100010001001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064EA; }

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

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

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

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

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

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

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

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