Html Css Color HEX #B053B3 Fuchsia

📋 copy color: '#B053B3'

red 176 ◦ green 83 ◦ blue 179

#B053B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B053B3

Tints of Fuchsia #B053B3

RGB

 RED value IS 176 (69.14% from 255) = 40.18%

 GREEN value IS 83 (32.81% from 255) = 18.95%

 BLUE value IS 179 (70.31% from 255) = 40.87%

R = 40.18%
G = 18.95%
B = 40.87%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B053B3 (or 0xB053B3) is known color: Fuchsia. HEX triplet: B0, 53 and B3. RGB value is (176,83,179). Sum of RGB (Red+Green+Blue) = 176+83+179=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #B053B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053B3 is #4FAC4C. Grayscale: #797979. Windows color (decimal): -5221453 or 11752368. OLE color: 11752368.

HSL color Cylindrical-coordinate representation of color #B053B3: hue angle of 298.12º 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 #B053B3 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 83 179 -
CMYK 0.02 0.54 0 0.30
HSL 298.13º 0.39% 0.51% -
HSV(B) 298.13º 0.54% 0.7% -
XYZ 29.13 18.67 44.72 -
YUV 121.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 176 83 179 0.02 0.54 0 0.30 298.13 0.39 0.51
Hex B0 53 B3 2 36 0 1E 12A 27 33
Octal 260 123 263 2 66 0 36 452 47 63
Binary 10110000 1010011 10110011 10 110110 0 11110 100101010 100111 110011

Color Harmonies of #B053B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053B3

Black with #B053B3

Text Example


Text Example

White with #B053B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053B3; }

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

 H1.HeaderClassName
 {
   color: #B053B3;
 }
 .AnyTagClassName
 {
   color: #B053B3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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