Html Css Color HEX #B54BB1 Fuchsia

📋 copy color: '#B54BB1'

red 181 ◦ green 75 ◦ blue 177

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

Shades of Fuchsia #B54BB1

Tints of Fuchsia #B54BB1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.32%

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

R = 41.8%
G = 17.32%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B54BB1 (or 0xB54BB1) is known color: Fuchsia. HEX triplet: B5, 4B and B1. RGB value is (181,75,177). Sum of RGB (Red+Green+Blue) = 181+75+177=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BB1 is #4AB44E. Grayscale: #767676. Windows color (decimal): -4895823 or 11619253. OLE color: 11619253.

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

Color convert

RGB 181 75 177 -
CMYK 0 0.59 0.02 0.29
HSL 302.26º 0.42% 0.5% -
HSV(B) 302.26º 0.59% 0.71% -
XYZ 29.51 18.03 43.52 -
YUV 118.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 181 75 177 0 0.59 0.02 0.29 302.26 0.42 0.5
Hex B5 4B B1 0 3B 2 1D 12E 2A 32
Octal 265 113 261 0 73 2 35 456 52 62
Binary 10110101 1001011 10110001 0 111011 10 11101 100101110 101010 110010

Color Harmonies of #B54BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54BB1

Black with #B54BB1

Text Example


Text Example

White with #B54BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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