Html Css Color HEX #B55AB1 Fuchsia

📋 copy color: '#B55AB1'

red 181 ◦ green 90 ◦ blue 177

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

Shades of Fuchsia #B55AB1

Tints of Fuchsia #B55AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.51%

R = 40.4%
G = 20.09%
B = 39.51%

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

#B55AB1 (or 0xB55AB1) is known color: Fuchsia. HEX triplet: B5, 5A and B1. RGB value is (181,90,177). Sum of RGB (Red+Green+Blue) = 181+90+177=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B55AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55AB1 is #4AA54E. Grayscale: #7E7E7E. Windows color (decimal): -4891983 or 11623093. OLE color: 11623093.

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

Color convert

RGB 181 90 177 -
CMYK 0 0.50 0.02 0.29
HSL 302.64º 0.38% 0.53% -
HSV(B) 302.64º 0.5% 0.71% -
XYZ 30.65 20.31 43.9 -
YUV 127.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 181 90 177 0 0.50 0.02 0.29 302.64 0.38 0.53
Hex B5 5A B1 0 32 2 1D 12F 26 35
Octal 265 132 261 0 62 2 35 457 46 65
Binary 10110101 1011010 10110001 0 110010 10 11101 100101111 100110 110101

Color Harmonies of #B55AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AB1

Black with #B55AB1

Text Example


Text Example

White with #B55AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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