Html Css Color HEX #B546AD Fuchsia

📋 copy color: '#B546AD'

red 181 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #B546AD

Tints of Fuchsia #B546AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.51%

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

R = 42.69%
G = 16.51%
B = 40.8%

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

#B546AD (or 0xB546AD) is known color: Fuchsia. HEX triplet: B5, 46 and AD. RGB value is (181,70,173). Sum of RGB (Red+Green+Blue) = 181+70+173=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B546AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B546AD is #4AB952. Grayscale: #727272. Windows color (decimal): -4897107 or 11355829. OLE color: 11355829.

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

Color convert

RGB 181 70 173 -
CMYK 0 0.61 0.04 0.29
HSL 304.32º 0.44% 0.49% -
HSV(B) 304.32º 0.61% 0.71% -
XYZ 28.79 17.22 41.34 -
YUV 114.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 181 70 173 0 0.61 0.04 0.29 304.32 0.44 0.49
Hex B5 46 AD 0 3D 4 1D 130 2C 31
Octal 265 106 255 0 75 4 35 460 54 61
Binary 10110101 1000110 10101101 0 111101 100 11101 100110000 101100 110001

Color Harmonies of #B546AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B546AD

Black with #B546AD

Text Example


Text Example

White with #B546AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B546AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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