Html Css Color HEX #B557AF Fuchsia

📋 copy color: '#B557AF'

red 181 ◦ green 87 ◦ blue 175

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

Shades of Fuchsia #B557AF

Tints of Fuchsia #B557AF

RGB

 RED value IS 181 (71.09% from 255) = 40.86%

 GREEN value IS 87 (34.38% from 255) = 19.64%

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

R = 40.86%
G = 19.64%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B557AF (or 0xB557AF) is known color: Fuchsia. HEX triplet: B5, 57 and AF. RGB value is (181,87,175). Sum of RGB (Red+Green+Blue) = 181+87+175=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B557AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B557AF is #4AA850. Grayscale: #7C7C7C. Windows color (decimal): -4892753 or 11491253. OLE color: 11491253.

HSL color Cylindrical-coordinate representation of color #B557AF: hue angle of 303.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B557AF is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 87 175 -
CMYK 0 0.52 0.03 0.29
HSL 303.83º 0.39% 0.53% -
HSV(B) 303.83º 0.52% 0.71% -
XYZ 30.2 19.74 42.77 -
YUV 125.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 181 87 175 0 0.52 0.03 0.29 303.83 0.39 0.53
Hex B5 57 AF 0 34 3 1D 130 27 35
Octal 265 127 257 0 64 3 35 460 47 65
Binary 10110101 1010111 10101111 0 110100 11 11101 100110000 100111 110101

Color Harmonies of #B557AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557AF

Black with #B557AF

Text Example


Text Example

White with #B557AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557AF; }

 p { color: rgb(181,87,175); }

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

background-color css

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

 a { background-color: rgb(181,87,175); }

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

border-color css

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

 span { border-color: rgb(181,87,175); }

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