Html Css Color HEX #B054AF Fuchsia

📋 copy color: '#B054AF'

red 176 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #B054AF

Tints of Fuchsia #B054AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

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

R = 40.46%
G = 19.31%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B054AF (or 0xB054AF) is known color: Fuchsia. HEX triplet: B0, 54 and AF. RGB value is (176,84,175). Sum of RGB (Red+Green+Blue) = 176+84+175=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B054AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B054AF is #4FAB50. Grayscale: #797979. Windows color (decimal): -5221201 or 11490480. OLE color: 11490480.

HSL color Cylindrical-coordinate representation of color #B054AF: 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.52%. Process color model (Four color, CMYK) of #B054AF is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 175 -
CMYK 0 0.52 0.01 0.31
HSL 300.65º 0.37% 0.51% -
HSV(B) 300.65º 0.52% 0.69% -
XYZ 28.81 18.67 42.64 -
YUV 121.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 176 84 175 0 0.52 0.01 0.31 300.65 0.37 0.51
Hex B0 54 AF 0 34 1 1F 12D 25 33
Octal 260 124 257 0 64 1 37 455 45 63
Binary 10110000 1010100 10101111 0 110100 1 11111 100101101 100101 110011

Color Harmonies of #B054AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054AF

Black with #B054AF

Text Example


Text Example

White with #B054AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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