#B82DBA

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

Shades of Fuchsia #B82DBA

Tints of Fuchsia #B82DBA

Color information

#B82DBA (or 0xB82DBA) is unknown color: approx Fuchsia. HEX triplet: B8, 2D and BA. RGB value is (184,45,186). Sum of RGB (Red+Green+Blue) = 184+45+186=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #B82DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DBA is #47D245. Grayscale: #666666. Windows color (decimal): -4706886 or 12201400. OLE color: 12201400.

HSL color Cylindrical-coordinate representation of color #B82DBA: hue angle of 299.15º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82DBA is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18445186-
CMYK0.010.7600.27
HSL299.15º61.04%45.29%-
HSV(B)299.15º75.81%72.94%-
XYZ29.5715.6147.91-
YUV102.64175.05186.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 45 (17.97% from 255) = 10.84%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=44.34%
G=10.84%
B=44.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184451860.010.7600.27299.1561.0445.29
HexB82DBA14C01B12b3d2d
Octal2705527211140334537555
Binary101110001011011011101011001100011011100101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82DBA; }

 p { color: rgb(184,45,186); }

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

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

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

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

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

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

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