Html Css Color HEX #B547A9 Fuchsia

📋 copy color: '#B547A9'

red 181 ◦ green 71 ◦ blue 169

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

Shades of Fuchsia #B547A9

Tints of Fuchsia #B547A9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.86%

 BLUE value IS 169 (66.41% from 255) = 40.14%

R = 42.99%
G = 16.86%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B547A9 (or 0xB547A9) is known color: Fuchsia. HEX triplet: B5, 47 and A9. RGB value is (181,71,169). Sum of RGB (Red+Green+Blue) = 181+71+169=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B547A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547A9 is #4AB856. Grayscale: #727272. Windows color (decimal): -4896855 or 11093941. OLE color: 11093941.

HSL color Cylindrical-coordinate representation of color #B547A9: hue angle of 306.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B547A9 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 169 -
CMYK 0 0.61 0.07 0.29
HSL 306.55º 0.44% 0.49% -
HSV(B) 306.55º 0.61% 0.71% -
XYZ 28.47 17.19 39.35 -
YUV 115.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 181 71 169 0 0.61 0.07 0.29 306.55 0.44 0.49
Hex B5 47 A9 0 3D 7 1D 133 2C 31
Octal 265 107 251 0 75 7 35 463 54 61
Binary 10110101 1000111 10101001 0 111101 111 11101 100110011 101100 110001

Color Harmonies of #B547A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547A9

Black with #B547A9

Text Example


Text Example

White with #B547A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547A9; }

 p { color: rgb(181,71,169); }

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

background-color css

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

 a { background-color: rgb(181,71,169); }

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

border-color css

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

 span { border-color: rgb(181,71,169); }

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