#B65AB2

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

Shades of Fuchsia #B65AB2

Tints of Fuchsia #B65AB2

Color information

#B65AB2 (or 0xB65AB2) is unknown color: approx Fuchsia. HEX triplet: B6, 5A and B2. RGB value is (182,90,178). Sum of RGB (Red+Green+Blue) = 182+90+178=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B65AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65AB2 is #49A54D. Grayscale: #7F7F7F. Windows color (decimal): -4826446 or 11688630. OLE color: 11688630.

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

Color convert

RGB18290178-
CMYK00.510.020.29
HSL302.61º38.66%53.33%-
HSV(B)302.61º50.55%71.37%-
XYZ30.9820.4744.44-
YUV127.54156.48166.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 178 (69.92% from 255) = 39.56%
R=40.44%
G=20%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829017800.510.020.29302.6138.6653.33
HexB65AB203321D12f2735
Octal2661322620632354574765
Binary1011011010110101011001001100111011101100101111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65AB2; }

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

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

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

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

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

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

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

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