Html Css Color HEX #B557B2 Fuchsia

📋 copy color: '#B557B2'

red 181 ◦ green 87 ◦ blue 178

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

Shades of Fuchsia #B557B2

Tints of Fuchsia #B557B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.91%

R = 40.58%
G = 19.51%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B557B2 (or 0xB557B2) is known color: Fuchsia. HEX triplet: B5, 57 and B2. RGB value is (181,87,178). Sum of RGB (Red+Green+Blue) = 181+87+178=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B557B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B557B2 is #4AA84D. Grayscale: #7D7D7D. Windows color (decimal): -4892750 or 11687861. OLE color: 11687861.

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

Color convert

RGB 181 87 178 -
CMYK 0 0.52 0.02 0.29
HSL 301.91º 0.39% 0.53% -
HSV(B) 301.91º 0.52% 0.71% -
XYZ 30.5 19.85 44.34 -
YUV 125.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 181 87 178 0 0.52 0.02 0.29 301.91 0.39 0.53
Hex B5 57 B2 0 34 2 1D 12E 27 35
Octal 265 127 262 0 64 2 35 456 47 65
Binary 10110101 1010111 10110010 0 110100 10 11101 100101110 100111 110101

Color Harmonies of #B557B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557B2

Black with #B557B2

Text Example


Text Example

White with #B557B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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