Html Css Color HEX #B55AB9 Fuchsia

📋 copy color: '#B55AB9'

red 181 ◦ green 90 ◦ blue 185

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

Shades of Fuchsia #B55AB9

Tints of Fuchsia #B55AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.57%

R = 39.69%
G = 19.74%
B = 40.57%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B55AB9 (or 0xB55AB9) is known color: Fuchsia. HEX triplet: B5, 5A and B9. RGB value is (181,90,185). Sum of RGB (Red+Green+Blue) = 181+90+185=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #B55AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AB9 is #4AA546. Grayscale: #7F7F7F. Windows color (decimal): -4891975 or 12147381. OLE color: 12147381.

HSL color Cylindrical-coordinate representation of color #B55AB9: hue angle of 297.47º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55AB9 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 90 185 -
CMYK 0.02 0.51 0 0.27
HSL 297.47º 0.4% 0.54% -
HSV(B) 297.47º 0.51% 0.73% -
XYZ 31.47 20.64 48.22 -
YUV 128.04 160.15 165.78 -
System Red Green Blue C M Y K H S L
Decimal 181 90 185 0.02 0.51 0 0.27 297.47 0.4 0.54
Hex B5 5A B9 2 33 0 1B 129 28 36
Octal 265 132 271 2 63 0 33 451 50 66
Binary 10110101 1011010 10111001 10 110011 0 11011 100101001 101000 110110

Color Harmonies of #B55AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55AB9

Black with #B55AB9

Text Example


Text Example

White with #B55AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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