Html Css Color HEX #B554B1 Fuchsia

📋 copy color: '#B554B1'

red 181 ◦ green 84 ◦ blue 177

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

Shades of Fuchsia #B554B1

Tints of Fuchsia #B554B1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19%

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

R = 40.95%
G = 19%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B554B1 (or 0xB554B1) is known color: Fuchsia. HEX triplet: B5, 54 and B1. RGB value is (181,84,177). Sum of RGB (Red+Green+Blue) = 181+84+177=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B554B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B554B1 is #4AAB4E. Grayscale: #7B7B7B. Windows color (decimal): -4893519 or 11621557. OLE color: 11621557.

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

Color convert

RGB 181 84 177 -
CMYK 0 0.54 0.02 0.29
HSL 302.47º 0.4% 0.52% -
HSV(B) 302.47º 0.54% 0.71% -
XYZ 30.16 19.34 43.74 -
YUV 123.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 181 84 177 0 0.54 0.02 0.29 302.47 0.4 0.52
Hex B5 54 B1 0 36 2 1D 12E 28 34
Octal 265 124 261 0 66 2 35 456 50 64
Binary 10110101 1010100 10110001 0 110110 10 11101 100101110 101000 110100

Color Harmonies of #B554B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554B1

Black with #B554B1

Text Example


Text Example

White with #B554B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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