#B253B3

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

Shades of Fuchsia #B253B3

Tints of Fuchsia #B253B3

Color information

#B253B3 (or 0xB253B3) is unknown color: approx Fuchsia. HEX triplet: B2, 53 and B3. RGB value is (178,83,179). Sum of RGB (Red+Green+Blue) = 178+83+179=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #B253B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253B3 is #4DAC4C. Grayscale: #7A7A7A. Windows color (decimal): -5090381 or 11752370. OLE color: 11752370.

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

Color convert

RGB17883179-
CMYK0.010.5400.30
HSL299.38º38.71%51.37%-
HSV(B)299.38º53.63%70.2%-
XYZ29.5918.9144.74-
YUV122.35159.97167.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=40.45%
G=18.86%
B=40.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178831790.010.5400.30299.3838.7151.37
HexB253B313601E12b2733
Octal2621232631660364534763
Binary101100101010011101100111110110011110100101011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B253B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B253B3; }

 p { color: rgb(178,83,179); }

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

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

 a { background-color: rgb(178,83,179); }

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

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

 span { border-color: rgb(178,83,179); }

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