#B64ECA

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

Shades of Medium Orchid #B64ECA

Tints of Medium Orchid #B64ECA

Color information

#B64ECA (or 0xB64ECA) is unknown color: approx Medium Orchid. HEX triplet: B6, 4E and CA. RGB value is (182,78,202). Sum of RGB (Red+Green+Blue) = 182+78+202=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #B64ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64ECA is #49B135. Grayscale: #7A7A7A. Windows color (decimal): -4829494 or 13258422. OLE color: 13258422.

HSL color Cylindrical-coordinate representation of color #B64ECA: hue angle of 290.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64ECA is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18278202-
CMYK0.100.6100.21
HSL290.32º53.91%54.9%-
HSV(B)290.32º61.39%79.22%-
XYZ32.6819.6657.95-
YUV123.23172.46169.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 78 (30.86% from 255) = 16.88%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=39.39%
G=16.88%
B=43.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182782020.100.6100.21290.3253.9154.9
HexB64ECAA3D0151223637
Octal26611631212750254426667
Binary101101101001110110010101010111101010101100100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64ECA; }

 p { color: rgb(182,78,202); }

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

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

 a { background-color: rgb(182,78,202); }

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

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

 span { border-color: rgb(182,78,202); }

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