#B231B0

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

Shades of Fuchsia #B231B0

Tints of Fuchsia #B231B0

Color information

#B231B0 (or 0xB231B0) is unknown color: approx Fuchsia. HEX triplet: B2, 31 and B0. RGB value is (178,49,176). Sum of RGB (Red+Green+Blue) = 178+49+176=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B231B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B231B0 is #4DCE4F. Grayscale: #656565. Windows color (decimal): -5099088 or 11547058. OLE color: 11547058.

HSL color Cylindrical-coordinate representation of color #B231B0: hue angle of 300.93º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B231B0 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17849176-
CMYK00.720.010.30
HSL300.93º56.83%44.51%-
HSV(B)300.93º72.47%69.8%-
XYZ27.2914.842.49-
YUV102.05169.74182.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 49 (19.53% from 255) = 12.16%
BLUE value IS 176 (69.14% from 255) = 43.67%
R=44.17%
G=12.16%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784917600.720.010.30300.9356.8344.51
HexB231B004811E12d392d
Octal2626126001101364557155
Binary101100101100011011000001001000111110100101101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B231B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B231B0; }

 p { color: rgb(178,49,176); }

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

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

 a { background-color: rgb(178,49,176); }

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

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

 span { border-color: rgb(178,49,176); }

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