#B64EC6

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

Shades of Medium Orchid #B64EC6

Tints of Medium Orchid #B64EC6

Color information

#B64EC6 (or 0xB64EC6) is unknown color: approx Medium Orchid. HEX triplet: B6, 4E and C6. RGB value is (182,78,198). Sum of RGB (Red+Green+Blue) = 182+78+198=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #B64EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EC6 is #49B139. Grayscale: #7A7A7A. Windows color (decimal): -4829498 or 12996278. OLE color: 12996278.

HSL color Cylindrical-coordinate representation of color #B64EC6: hue angle of 292º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64EC6 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18278198-
CMYK0.080.6100.22
HSL292º51.28%54.12%-
HSV(B)292º60.61%77.65%-
XYZ32.2119.4755.49-
YUV122.78170.46170.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 78 (30.86% from 255) = 17.03%
BLUE value IS 198 (77.73% from 255) = 43.23%
R=39.74%
G=17.03%
B=43.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182781980.080.6100.2229251.2854.12
HexB64EC683D0161243336
Octal26611630610750264446366
Binary101101101001110110001101000111101010110100100100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64EC6; }

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

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

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

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

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

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

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

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