#B834B2

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

Shades of Fuchsia #B834B2

Tints of Fuchsia #B834B2

Color information

#B834B2 (or 0xB834B2) is unknown color: approx Fuchsia. HEX triplet: B8, 34 and B2. RGB value is (184,52,178). Sum of RGB (Red+Green+Blue) = 184+52+178=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B834B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B834B2 is #47CB4D. Grayscale: #696969. Windows color (decimal): -4705102 or 11678904. OLE color: 11678904.

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

Color convert

RGB18452178-
CMYK00.720.030.28
HSL302.73º55.93%46.27%-
HSV(B)302.73º71.74%72.16%-
XYZ29.0315.8643.65-
YUV105.83168.73183.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 52 (20.70% from 255) = 12.56%
BLUE value IS 178 (69.92% from 255) = 43.00%
R=44.44%
G=12.56%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845217800.720.030.28302.7355.9346.27
HexB834B204831C12f382e
Octal2706426201103344577056
Binary1011100011010010110010010010001111100100101111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B834B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B834B2; }

 p { color: rgb(184,52,178); }

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

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

 a { background-color: rgb(184,52,178); }

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

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

 span { border-color: rgb(184,52,178); }

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