Html Css Color HEX #B547AD Fuchsia

📋 copy color: '#B547AD'

red 181 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #B547AD

Tints of Fuchsia #B547AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 42.59%
G = 16.71%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B547AD (or 0xB547AD) is known color: Fuchsia. HEX triplet: B5, 47 and AD. RGB value is (181,71,173). Sum of RGB (Red+Green+Blue) = 181+71+173=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B547AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547AD is #4AB852. Grayscale: #737373. Windows color (decimal): -4896851 or 11356085. OLE color: 11356085.

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

Color convert

RGB 181 71 173 -
CMYK 0 0.61 0.04 0.29
HSL 304.36º 0.44% 0.49% -
HSV(B) 304.36º 0.61% 0.71% -
XYZ 28.85 17.35 41.36 -
YUV 115.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 181 71 173 0 0.61 0.04 0.29 304.36 0.44 0.49
Hex B5 47 AD 0 3D 4 1D 130 2C 31
Octal 265 107 255 0 75 4 35 460 54 61
Binary 10110101 1000111 10101101 0 111101 100 11101 100110000 101100 110001

Color Harmonies of #B547AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547AD

Black with #B547AD

Text Example


Text Example

White with #B547AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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