#B82EBE

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

Shades of Fuchsia #B82EBE

Tints of Fuchsia #B82EBE

Color information

#B82EBE (or 0xB82EBE) is unknown color: approx Fuchsia. HEX triplet: B8, 2E and BE. RGB value is (184,46,190). Sum of RGB (Red+Green+Blue) = 184+46+190=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #B82EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82EBE is #47D141. Grayscale: #676767. Windows color (decimal): -4706626 or 12463800. OLE color: 12463800.

HSL color Cylindrical-coordinate representation of color #B82EBE: hue angle of 297.5º degrees, saturation: 0.61, 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 #B82EBE is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18446190-
CMYK0.030.7600.25
HSL297.5º61.02%46.27%-
HSV(B)297.5º75.79%74.51%-
XYZ30.0415.8650.19-
YUV103.68176.72185.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 46 (18.36% from 255) = 10.95%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=43.81%
G=10.95%
B=45.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184461900.030.7600.25297.561.0246.27
HexB82EBE34C01912a3d2e
Octal2705627631140314527556
Binary1011100010111010111110111001100011001100101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82EBE; }

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

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

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

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

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

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

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

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