#B62AB2

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

Shades of Fuchsia #B62AB2

Tints of Fuchsia #B62AB2

Color information

#B62AB2 (or 0xB62AB2) is unknown color: approx Fuchsia. HEX triplet: B6, 2A and B2. RGB value is (182,42,178). Sum of RGB (Red+Green+Blue) = 182+42+178=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B62AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62AB2 is #49D54D. Grayscale: #626262. Windows color (decimal): -4838734 or 11676342. OLE color: 11676342.

HSL color Cylindrical-coordinate representation of color #B62AB2: hue angle of 301.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62AB2 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18242178-
CMYK00.770.020.29
HSL301.71º62.5%43.92%-
HSV(B)301.71º76.92%71.37%-
XYZ28.1614.8243.5-
YUV99.36172.38186.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 42 (16.80% from 255) = 10.45%
BLUE value IS 178 (69.92% from 255) = 44.28%
R=45.27%
G=10.45%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824217800.770.020.29301.7162.543.92
HexB62AB204D21D12e3e2c
Octal2665226201152354567654
Binary1011011010101010110010010011011011101100101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62AB2; }

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

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

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

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

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

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

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

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