#B82DBF

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

Shades of Fuchsia #B82DBF

Tints of Fuchsia #B82DBF

Color information

#B82DBF (or 0xB82DBF) is unknown color: approx Fuchsia. HEX triplet: B8, 2D and BF. RGB value is (184,45,191). Sum of RGB (Red+Green+Blue) = 184+45+191=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #B82DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DBF is #47D240. Grayscale: #666666. Windows color (decimal): -4706881 or 12529080. OLE color: 12529080.

HSL color Cylindrical-coordinate representation of color #B82DBF: hue angle of 297.12º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82DBF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18445191-
CMYK0.040.7600.25
HSL297.12º61.86%46.27%-
HSV(B)297.12º76.44%74.9%-
XYZ30.1115.8350.76-
YUV103.2177.55185.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 191 (75% from 255) = 45.48%
R=43.81%
G=10.71%
B=45.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184451910.040.7600.25297.1261.8646.27
HexB82DBF44C0191293e2e
Octal2705527741140314517656
Binary10111000101101101111111001001100011001100101001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82DBF; }

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

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

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

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

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

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

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

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