#B833BA

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

Shades of Fuchsia #B833BA

Tints of Fuchsia #B833BA

Color information

#B833BA (or 0xB833BA) is unknown color: approx Fuchsia. HEX triplet: B8, 33 and BA. RGB value is (184,51,186). Sum of RGB (Red+Green+Blue) = 184+51+186=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #B833BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833BA is #47CC45. Grayscale: #696969. Windows color (decimal): -4705350 or 12202936. OLE color: 12202936.

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

Color convert

RGB18451186-
CMYK0.010.7300.27
HSL299.11º56.96%46.47%-
HSV(B)299.11º72.58%72.94%-
XYZ29.8116.147.99-
YUV106.16173.06183.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 51 (20.31% from 255) = 12.11%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=43.71%
G=12.11%
B=44.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184511860.010.7300.27299.1156.9646.47
HexB833BA14901B12b392e
Octal2706327211110334537156
Binary101110001100111011101011001001011011100101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B833BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B833BA; }

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

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

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

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

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

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

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

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