Html Css Color HEX #B053B0 Fuchsia

📋 copy color: '#B053B0'

red 176 ◦ green 83 ◦ blue 176

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

Shades of Fuchsia #B053B0

Tints of Fuchsia #B053B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 40.46%
G = 19.08%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B053B0 (or 0xB053B0) is known color: Fuchsia. HEX triplet: B0, 53 and B0. RGB value is (176,83,176). Sum of RGB (Red+Green+Blue) = 176+83+176=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B053B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053B0 is #4FAC4F. Grayscale: #797979. Windows color (decimal): -5221456 or 11555760. OLE color: 11555760.

HSL color Cylindrical-coordinate representation of color #B053B0: hue angle of 300º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B053B0 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 176 -
CMYK 0 0.53 0 0.31
HSL 300º 0.37% 0.51% -
HSV(B) 300º 0.53% 0.69% -
XYZ 28.83 18.55 43.14 -
YUV 121.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 176 83 176 0 0.53 0 0.31 300 0.37 0.51
Hex B0 53 B0 0 35 0 1F 12C 25 33
Octal 260 123 260 0 65 0 37 454 45 63
Binary 10110000 1010011 10110000 0 110101 0 11111 100101100 100101 110011

Color Harmonies of #B053B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053B0

Black with #B053B0

Text Example


Text Example

White with #B053B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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