#B82FBE

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

Shades of Fuchsia #B82FBE

Tints of Fuchsia #B82FBE

Color information

#B82FBE (or 0xB82FBE) is unknown color: approx Fuchsia. HEX triplet: B8, 2F and BE. RGB value is (184,47,190). Sum of RGB (Red+Green+Blue) = 184+47+190=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #B82FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82FBE is #47D041. Grayscale: #676767. Windows color (decimal): -4706370 or 12464056. OLE color: 12464056.

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

Color convert

RGB18447190-
CMYK0.030.7500.25
HSL297.48º60.34%46.47%-
HSV(B)297.48º75.26%74.51%-
XYZ30.0815.9450.21-
YUV104.26176.39184.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 47 (18.75% from 255) = 11.16%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=43.71%
G=11.16%
B=45.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184471900.030.7500.25297.4860.3446.47
HexB82FBE34B0191293c2e
Octal2705727631130314517456
Binary1011100010111110111110111001011011001100101001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82FBE; }

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

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

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

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

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

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

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

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