#B65AB4

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

Shades of Fuchsia #B65AB4

Tints of Fuchsia #B65AB4

Color information

#B65AB4 (or 0xB65AB4) is unknown color: approx Fuchsia. HEX triplet: B6, 5A and B4. RGB value is (182,90,180). Sum of RGB (Red+Green+Blue) = 182+90+180=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B65AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65AB4 is #49A54B. Grayscale: #7F7F7F. Windows color (decimal): -4826444 or 11819702. OLE color: 11819702.

HSL color Cylindrical-coordinate representation of color #B65AB4: hue angle of 301.3º 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 #B65AB4 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18290180-
CMYK00.510.010.29
HSL301.3º38.66%53.33%-
HSV(B)301.3º50.55%71.37%-
XYZ31.1920.5545.5-
YUV127.77157.48166.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 90 (35.55% from 255) = 19.91%
BLUE value IS 180 (70.70% from 255) = 39.82%
R=40.27%
G=19.91%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829018000.510.010.29301.338.6653.33
HexB65AB403311D12d2735
Octal2661322640631354554765
Binary101101101011010101101000110011111101100101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65AB4; }

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

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

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

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

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

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

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

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