#B833B5

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

Shades of Fuchsia #B833B5

Tints of Fuchsia #B833B5

Color information

#B833B5 (or 0xB833B5) is unknown color: approx Fuchsia. HEX triplet: B8, 33 and B5. RGB value is (184,51,181). Sum of RGB (Red+Green+Blue) = 184+51+181=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B833B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833B5 is #47CC4A. Grayscale: #696969. Windows color (decimal): -4705355 or 11875256. OLE color: 11875256.

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

Color convert

RGB18451181-
CMYK00.720.020.28
HSL301.35º56.6%46.08%-
HSV(B)301.35º72.28%72.16%-
XYZ29.2915.8945.24-
YUV105.59170.56183.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 51 (20.31% from 255) = 12.26%
BLUE value IS 181 (71.09% from 255) = 43.51%
R=44.23%
G=12.26%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845118100.720.020.28301.3556.646.08
HexB833B504821C12d392e
Octal2706326501102344557156
Binary1011100011001110110101010010001011100100101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B833B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B833B5; }

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

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

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

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

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

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

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

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