Html Css Color HEX #B557B8 Fuchsia

📋 copy color: '#B557B8'

red 181 ◦ green 87 ◦ blue 184

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

Shades of Fuchsia #B557B8

Tints of Fuchsia #B557B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.71%

R = 40.04%
G = 19.25%
B = 40.71%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B557B8 (or 0xB557B8) is known color: Fuchsia. HEX triplet: B5, 57 and B8. RGB value is (181,87,184). Sum of RGB (Red+Green+Blue) = 181+87+184=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #B557B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557B8 is #4AA847. Grayscale: #7D7D7D. Windows color (decimal): -4892744 or 12081077. OLE color: 12081077.

HSL color Cylindrical-coordinate representation of color #B557B8: hue angle of 298.14º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B557B8 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 87 184 -
CMYK 0.02 0.53 0 0.28
HSL 298.14º 0.41% 0.53% -
HSV(B) 298.14º 0.53% 0.72% -
XYZ 31.12 20.1 47.59 -
YUV 126.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 181 87 184 0.02 0.53 0 0.28 298.14 0.41 0.53
Hex B5 57 B8 2 35 0 1C 12A 29 35
Octal 265 127 270 2 65 0 34 452 51 65
Binary 10110101 1010111 10111000 10 110101 0 11100 100101010 101001 110101

Color Harmonies of #B557B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557B8

Black with #B557B8

Text Example


Text Example

White with #B557B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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