Html Css Color HEX #B55CAC Fuchsia

📋 copy color: '#B55CAC'

red 181 ◦ green 92 ◦ blue 172

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

Shades of Fuchsia #B55CAC

Tints of Fuchsia #B55CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.67%

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 40.67%
G = 20.67%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B55CAC (or 0xB55CAC) is known color: Fuchsia. HEX triplet: B5, 5C and AC. RGB value is (181,92,172). Sum of RGB (Red+Green+Blue) = 181+92+172=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B55CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55CAC is #4AA353. Grayscale: #7F7F7F. Windows color (decimal): -4891476 or 11295925. OLE color: 11295925.

HSL color Cylindrical-coordinate representation of color #B55CAC: hue angle of 306.07º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55CAC is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 92 172 -
CMYK 0 0.49 0.05 0.29
HSL 306.07º 0.38% 0.54% -
HSV(B) 306.07º 0.49% 0.71% -
XYZ 30.33 20.46 41.38 -
YUV 127.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 181 92 172 0 0.49 0.05 0.29 306.07 0.38 0.54
Hex B5 5C AC 0 31 5 1D 132 26 36
Octal 265 134 254 0 61 5 35 462 46 66
Binary 10110101 1011100 10101100 0 110001 101 11101 100110010 100110 110110

Color Harmonies of #B55CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CAC

Black with #B55CAC

Text Example


Text Example

White with #B55CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CAC; }

 p { color: rgb(181,92,172); }

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

background-color css

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

 a { background-color: rgb(181,92,172); }

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

border-color css

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

 span { border-color: rgb(181,92,172); }

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