#B82AB2

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

Shades of Fuchsia #B82AB2

Tints of Fuchsia #B82AB2

Color information

#B82AB2 (or 0xB82AB2) is unknown color: approx Fuchsia. HEX triplet: B8, 2A and B2. RGB value is (184,42,178). Sum of RGB (Red+Green+Blue) = 184+42+178=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B82AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82AB2 is #47D54D. Grayscale: #636363. Windows color (decimal): -4707662 or 11676344. OLE color: 11676344.

HSL color Cylindrical-coordinate representation of color #B82AB2: hue angle of 302.54º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82AB2 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18442178-
CMYK00.770.030.28
HSL302.54º62.83%44.31%-
HSV(B)302.54º77.17%72.16%-
XYZ28.6315.0643.52-
YUV99.96172.04187.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 42 (16.80% from 255) = 10.40%
BLUE value IS 178 (69.92% from 255) = 44.06%
R=45.54%
G=10.40%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844217800.770.030.28302.5462.8344.31
HexB82AB204D31C12f3f2c
Octal2705226201153344577754
Binary1011100010101010110010010011011111100100101111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82AB2; }

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

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

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

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

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

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

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

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