Html Css Color HEX #B54AB2 Fuchsia

📋 copy color: '#B54AB2'

red 181 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #B54AB2

Tints of Fuchsia #B54AB2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.09%

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 41.8%
G = 17.09%
B = 41.11%

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

#B54AB2 (or 0xB54AB2) is known color: Fuchsia. HEX triplet: B5, 4A and B2. RGB value is (181,74,178). Sum of RGB (Red+Green+Blue) = 181+74+178=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B54AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54AB2 is #4AB54D. Grayscale: #757575. Windows color (decimal): -4896078 or 11684533. OLE color: 11684533.

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

Color convert

RGB 181 74 178 -
CMYK 0 0.59 0.02 0.29
HSL 301.68º 0.42% 0.5% -
HSV(B) 301.68º 0.59% 0.71% -
XYZ 29.54 17.94 44.02 -
YUV 117.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 181 74 178 0 0.59 0.02 0.29 301.68 0.42 0.5
Hex B5 4A B2 0 3B 2 1D 12E 2A 32
Octal 265 112 262 0 73 2 35 456 52 62
Binary 10110101 1001010 10110010 0 111011 10 11101 100101110 101010 110010

Color Harmonies of #B54AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54AB2

Black with #B54AB2

Text Example


Text Example

White with #B54AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54AB2; }

 p { color: rgb(181,74,178); }

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

background-color css

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

 a { background-color: rgb(181,74,178); }

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

border-color css

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

 span { border-color: rgb(181,74,178); }

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