Html Css Color HEX #B55AB0 Fuchsia

📋 copy color: '#B55AB0'

red 181 ◦ green 90 ◦ blue 176

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

Shades of Fuchsia #B55AB0

Tints of Fuchsia #B55AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.37%

R = 40.49%
G = 20.13%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B55AB0 (or 0xB55AB0) is known color: Fuchsia. HEX triplet: B5, 5A and B0. RGB value is (181,90,176). Sum of RGB (Red+Green+Blue) = 181+90+176=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B55AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55AB0 is #4AA54F. Grayscale: #7E7E7E. Windows color (decimal): -4891984 or 11557557. OLE color: 11557557.

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

Color convert

RGB 181 90 176 -
CMYK 0 0.50 0.03 0.29
HSL 303.3º 0.38% 0.53% -
HSV(B) 303.3º 0.5% 0.71% -
XYZ 30.55 20.27 43.38 -
YUV 127.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 181 90 176 0 0.50 0.03 0.29 303.3 0.38 0.53
Hex B5 5A B0 0 32 3 1D 12F 26 35
Octal 265 132 260 0 62 3 35 457 46 65
Binary 10110101 1011010 10110000 0 110010 11 11101 100101111 100110 110101

Color Harmonies of #B55AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AB0

Black with #B55AB0

Text Example


Text Example

White with #B55AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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