Html Css Color HEX #B555AA Fuchsia

📋 copy color: '#B555AA'

red 181 ◦ green 85 ◦ blue 170

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

Shades of Fuchsia #B555AA

Tints of Fuchsia #B555AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 41.51%
G = 19.5%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B555AA (or 0xB555AA) is known color: Fuchsia. HEX triplet: B5, 55 and AA. RGB value is (181,85,170). Sum of RGB (Red+Green+Blue) = 181+85+170=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B555AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B555AA is #4AAA55. Grayscale: #7B7B7B. Windows color (decimal): -4893270 or 11163061. OLE color: 11163061.

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

Color convert

RGB 181 85 170 -
CMYK 0 0.53 0.06 0.29
HSL 306.88º 0.39% 0.52% -
HSV(B) 306.88º 0.53% 0.71% -
XYZ 29.56 19.22 40.18 -
YUV 123.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 181 85 170 0 0.53 0.06 0.29 306.88 0.39 0.52
Hex B5 55 AA 0 35 6 1D 133 27 34
Octal 265 125 252 0 65 6 35 463 47 64
Binary 10110101 1010101 10101010 0 110101 110 11101 100110011 100111 110100

Color Harmonies of #B555AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B555AA

Black with #B555AA

Text Example


Text Example

White with #B555AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B555AA; }

 p { color: rgb(181,85,170); }

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

background-color css

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

 a { background-color: rgb(181,85,170); }

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

border-color css

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

 span { border-color: rgb(181,85,170); }

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