#B834B6

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

Shades of Fuchsia #B834B6

Tints of Fuchsia #B834B6

Color information

#B834B6 (or 0xB834B6) is unknown color: approx Fuchsia. HEX triplet: B8, 34 and B6. RGB value is (184,52,182). Sum of RGB (Red+Green+Blue) = 184+52+182=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B834B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834B6 is #47CB49. Grayscale: #696969. Windows color (decimal): -4705098 or 11941048. OLE color: 11941048.

HSL color Cylindrical-coordinate representation of color #B834B6: hue angle of 300.91º 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 #B834B6 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18452182-
CMYK00.720.010.28
HSL300.91º55.93%46.27%-
HSV(B)300.91º71.74%72.16%-
XYZ29.4416.0245.8-
YUV106.29170.73183.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 52 (20.70% from 255) = 12.44%
BLUE value IS 182 (71.48% from 255) = 43.54%
R=44.02%
G=12.44%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845218200.720.010.28300.9155.9346.27
HexB834B604811C12d382e
Octal2706426601101344557056
Binary101110001101001011011001001000111100100101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B834B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B834B6; }

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

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

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

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

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

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

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

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