#B82AB8

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

Shades of Fuchsia #B82AB8

Tints of Fuchsia #B82AB8

Color information

#B82AB8 (or 0xB82AB8) is unknown color: approx Fuchsia. HEX triplet: B8, 2A and B8. RGB value is (184,42,184). Sum of RGB (Red+Green+Blue) = 184+42+184=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B82AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82AB8 is #47D547. Grayscale: #646464. Windows color (decimal): -4707656 or 12069560. OLE color: 12069560.

HSL color Cylindrical-coordinate representation of color #B82AB8: hue angle of 300º 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 #B82AB8 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18442184-
CMYK00.7700.28
HSL300º62.83%44.31%-
HSV(B)300º77.17%72.16%-
XYZ29.2515.3146.76-
YUV100.65175.04187.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 42 (16.80% from 255) = 10.24%
BLUE value IS 184 (72.27% from 255) = 44.88%
R=44.88%
G=10.24%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844218400.7700.2830062.8344.31
HexB82AB804D01C12c3f2c
Octal2705227001150344547754
Binary101110001010101011100001001101011100100101100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82AB8; }

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

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

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

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

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

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

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

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