#B82FBA

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

Shades of Fuchsia #B82FBA

Tints of Fuchsia #B82FBA

Color information

#B82FBA (or 0xB82FBA) is unknown color: approx Fuchsia. HEX triplet: B8, 2F and BA. RGB value is (184,47,186). Sum of RGB (Red+Green+Blue) = 184+47+186=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #B82FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82FBA is #47D045. Grayscale: #676767. Windows color (decimal): -4706374 or 12201912. OLE color: 12201912.

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

Color convert

RGB18447186-
CMYK0.010.7500.27
HSL299.14º59.66%45.69%-
HSV(B)299.14º74.73%72.94%-
XYZ29.6515.7747.94-
YUV103.81174.39185.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 47 (18.75% from 255) = 11.27%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=44.12%
G=11.27%
B=44.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184471860.010.7500.27299.1459.6645.69
HexB82FBA14B01B12b3c2e
Octal2705727211130334537456
Binary101110001011111011101011001011011011100101011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82FBA; }

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

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

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

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

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

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

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

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