Html Css Color HEX #B556B2 Fuchsia

📋 copy color: '#B556B2'

red 181 ◦ green 86 ◦ blue 178

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

Shades of Fuchsia #B556B2

Tints of Fuchsia #B556B2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.33%

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

R = 40.67%
G = 19.33%
B = 40%

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

#B556B2 (or 0xB556B2) is known color: Fuchsia. HEX triplet: B5, 56 and B2. RGB value is (181,86,178). Sum of RGB (Red+Green+Blue) = 181+86+178=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B556B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B556B2 is #4AA94D. Grayscale: #7C7C7C. Windows color (decimal): -4893006 or 11687605. OLE color: 11687605.

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

Color convert

RGB 181 86 178 -
CMYK 0 0.52 0.02 0.29
HSL 301.89º 0.39% 0.52% -
HSV(B) 301.89º 0.52% 0.71% -
XYZ 30.42 19.69 44.32 -
YUV 124.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 181 86 178 0 0.52 0.02 0.29 301.89 0.39 0.52
Hex B5 56 B2 0 34 2 1D 12E 27 34
Octal 265 126 262 0 64 2 35 456 47 64
Binary 10110101 1010110 10110010 0 110100 10 11101 100101110 100111 110100

Color Harmonies of #B556B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B556B2

Black with #B556B2

Text Example


Text Example

White with #B556B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B556B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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