#B64AE9

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

Shades of Medium Orchid #B64AE9

Tints of Medium Orchid #B64AE9

Color information

#B64AE9 (or 0xB64AE9) is unknown color: approx Medium Orchid. HEX triplet: B6, 4A and E9. RGB value is (182,74,233). Sum of RGB (Red+Green+Blue) = 182+74+233=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #B64AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AE9 is #49B516. Grayscale: #7B7B7B. Windows color (decimal): -4830487 or 15289014. OLE color: 15289014.

HSL color Cylindrical-coordinate representation of color #B64AE9: hue angle of 280.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B64AE9 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18274233-
CMYK0.220.6800.09
HSL280.75º78.33%60.2%-
HSV(B)280.75º68.24%91.37%-
XYZ36.4520.7379.17-
YUV124.42189.28169.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 74 (29.30% from 255) = 15.13%
BLUE value IS 233 (91.41% from 255) = 47.65%
R=37.22%
G=15.13%
B=47.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182742330.220.6800.09280.7578.3360.2
HexB64AE91644091194e3c
Octal2661123512610401143111674
Binary10110110100101011101001101101000100010011000110011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AE9; }

 p { color: rgb(182,74,233); }

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

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

 a { background-color: rgb(182,74,233); }

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

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

 span { border-color: rgb(182,74,233); }

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