#B65AAE

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

Shades of Fuchsia #B65AAE

Tints of Fuchsia #B65AAE

Color information

#B65AAE (or 0xB65AAE) is unknown color: approx Fuchsia. HEX triplet: B6, 5A and AE. RGB value is (182,90,174). Sum of RGB (Red+Green+Blue) = 182+90+174=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B65AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65AAE is #49A551. Grayscale: #7E7E7E. Windows color (decimal): -4826450 or 11426486. OLE color: 11426486.

HSL color Cylindrical-coordinate representation of color #B65AAE: hue angle of 305.22º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65AAE is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18290174-
CMYK00.510.040.29
HSL305.22º38.66%53.33%-
HSV(B)305.22º50.55%71.37%-
XYZ30.5920.3142.35-
YUV127.08154.48167.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=40.81%
G=20.18%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829017400.510.040.29305.2238.6653.33
HexB65AAE03341D1312735
Octal2661322560634354614765
Binary10110110101101010101110011001110011101100110001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65AAE; }

 p { color: rgb(182,90,174); }

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

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

 a { background-color: rgb(182,90,174); }

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

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

 span { border-color: rgb(182,90,174); }

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