Html Css Color HEX #B55AB2 Fuchsia

📋 copy color: '#B55AB2'

red 181 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #B55AB2

Tints of Fuchsia #B55AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

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

R = 40.31%
G = 20.04%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B55AB2 (or 0xB55AB2) is known color: Fuchsia. HEX triplet: B5, 5A and B2. RGB value is (181,90,178). Sum of RGB (Red+Green+Blue) = 181+90+178=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B55AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55AB2 is #4AA54D. Grayscale: #7E7E7E. Windows color (decimal): -4891982 or 11688629. OLE color: 11688629.

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

Color convert

RGB 181 90 178 -
CMYK 0 0.50 0.02 0.29
HSL 301.98º 0.38% 0.53% -
HSV(B) 301.98º 0.5% 0.71% -
XYZ 30.75 20.35 44.43 -
YUV 127.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 181 90 178 0 0.50 0.02 0.29 301.98 0.38 0.53
Hex B5 5A B2 0 32 2 1D 12E 26 35
Octal 265 132 262 0 62 2 35 456 46 65
Binary 10110101 1011010 10110010 0 110010 10 11101 100101110 100110 110101

Color Harmonies of #B55AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AB2

Black with #B55AB2

Text Example


Text Example

White with #B55AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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