#B64ED4

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

Shades of Medium Orchid #B64ED4

Tints of Medium Orchid #B64ED4

Color information

#B64ED4 (or 0xB64ED4) is unknown color: approx Medium Orchid. HEX triplet: B6, 4E and D4. RGB value is (182,78,212). Sum of RGB (Red+Green+Blue) = 182+78+212=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #B64ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64ED4 is #49B12B. Grayscale: #7B7B7B. Windows color (decimal): -4829484 or 13913782. OLE color: 13913782.

HSL color Cylindrical-coordinate representation of color #B64ED4: hue angle of 286.57º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64ED4 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18278212-
CMYK0.140.6300.17
HSL286.57º60.91%56.86%-
HSV(B)286.57º63.21%83.14%-
XYZ33.920.1564.39-
YUV124.37177.46169.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 78 (30.86% from 255) = 16.53%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=38.56%
G=16.53%
B=44.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182782120.140.6300.17286.5760.9156.86
HexB64ED4E3F01111f3d39
Octal26611632416770214377571
Binary101101101001110110101001110111111010001100011111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64ED4; }

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

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

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

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

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

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

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

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