Html Css Color HEX #B154AF Fuchsia

📋 copy color: '#B154AF'

red 177 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #B154AF

Tints of Fuchsia #B154AF

RGB

 RED value IS 177 (69.53% from 255) = 40.6%

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

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

R = 40.6%
G = 19.27%
B = 40.14%

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

#B154AF (or 0xB154AF) is known color: Fuchsia. HEX triplet: B1, 54 and AF. RGB value is (177,84,175). Sum of RGB (Red+Green+Blue) = 177+84+175=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B154AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B154AF is #4EAB50. Grayscale: #797979. Windows color (decimal): -5155665 or 11490481. OLE color: 11490481.

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

Color convert

RGB 177 84 175 -
CMYK 0 0.53 0.01 0.31
HSL 301.29º 0.37% 0.51% -
HSV(B) 301.29º 0.53% 0.69% -
XYZ 29.04 18.78 42.65 -
YUV 122.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 177 84 175 0 0.53 0.01 0.31 301.29 0.37 0.51
Hex B1 54 AF 0 35 1 1F 12D 25 33
Octal 261 124 257 0 65 1 37 455 45 63
Binary 10110001 1010100 10101111 0 110101 1 11111 100101101 100101 110011

Color Harmonies of #B154AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154AF

Black with #B154AF

Text Example


Text Example

White with #B154AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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