Html Css Color HEX #B557B0 Fuchsia

📋 copy color: '#B557B0'

red 181 ◦ green 87 ◦ blue 176

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

Shades of Fuchsia #B557B0

Tints of Fuchsia #B557B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 40.77%
G = 19.59%
B = 39.64%

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

#B557B0 (or 0xB557B0) is known color: Fuchsia. HEX triplet: B5, 57 and B0. RGB value is (181,87,176). Sum of RGB (Red+Green+Blue) = 181+87+176=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B557B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B557B0 is #4AA84F. Grayscale: #7C7C7C. Windows color (decimal): -4892752 or 11556789. OLE color: 11556789.

HSL color Cylindrical-coordinate representation of color #B557B0: hue angle of 303.19º 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 #B557B0 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 87 176 -
CMYK 0 0.52 0.03 0.29
HSL 303.19º 0.39% 0.53% -
HSV(B) 303.19º 0.52% 0.71% -
XYZ 30.3 19.77 43.29 -
YUV 125.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 181 87 176 0 0.52 0.03 0.29 303.19 0.39 0.53
Hex B5 57 B0 0 34 3 1D 12F 27 35
Octal 265 127 260 0 64 3 35 457 47 65
Binary 10110101 1010111 10110000 0 110100 11 11101 100101111 100111 110101

Color Harmonies of #B557B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557B0

Black with #B557B0

Text Example


Text Example

White with #B557B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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