#B834BA

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

Shades of Fuchsia #B834BA

Tints of Fuchsia #B834BA

Color information

#B834BA (or 0xB834BA) is unknown color: approx Fuchsia. HEX triplet: B8, 34 and BA. RGB value is (184,52,186). Sum of RGB (Red+Green+Blue) = 184+52+186=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #B834BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834BA is #47CB45. Grayscale: #6A6A6A. Windows color (decimal): -4705094 or 12203192. OLE color: 12203192.

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

Color convert

RGB18452186-
CMYK0.010.7200.27
HSL299.1º56.3%46.67%-
HSV(B)299.1º72.04%72.94%-
XYZ29.8616.1948.01-
YUV106.74172.73183.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 52 (20.70% from 255) = 12.32%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=43.60%
G=12.32%
B=44.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184521860.010.7200.27299.156.346.67
HexB834BA14801B12b382f
Octal2706427211100334537057
Binary101110001101001011101011001000011011100101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B834BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B834BA; }

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

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

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

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

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

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

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

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