Html Css Color HEX #B053AF Fuchsia

📋 copy color: '#B053AF'

red 176 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #B053AF

Tints of Fuchsia #B053AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 40.55%
G = 19.12%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B053AF (or 0xB053AF) is known color: Fuchsia. HEX triplet: B0, 53 and AF. RGB value is (176,83,175). Sum of RGB (Red+Green+Blue) = 176+83+175=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B053AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053AF is #4FAC50. Grayscale: #797979. Windows color (decimal): -5221457 or 11490224. OLE color: 11490224.

HSL color Cylindrical-coordinate representation of color #B053AF: hue angle of 300.65º 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 #B053AF is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 175 -
CMYK 0 0.53 0.01 0.31
HSL 300.65º 0.37% 0.51% -
HSV(B) 300.65º 0.53% 0.69% -
XYZ 28.74 18.51 42.62 -
YUV 121.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 176 83 175 0 0.53 0.01 0.31 300.65 0.37 0.51
Hex B0 53 AF 0 35 1 1F 12D 25 33
Octal 260 123 257 0 65 1 37 455 45 63
Binary 10110000 1010011 10101111 0 110101 1 11111 100101101 100101 110011

Color Harmonies of #B053AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B053AF

Black with #B053AF

Text Example


Text Example

White with #B053AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B053AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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