Html Css Color HEX #B546A8 Fuchsia

📋 copy color: '#B546A8'

red 181 ◦ green 70 ◦ blue 168

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

Shades of Fuchsia #B546A8

Tints of Fuchsia #B546A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.1%

R = 43.2%
G = 16.71%
B = 40.1%

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

#B546A8 (or 0xB546A8) is known color: Fuchsia. HEX triplet: B5, 46 and A8. RGB value is (181,70,168). Sum of RGB (Red+Green+Blue) = 181+70+168=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B546A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B546A8 is #4AB957. Grayscale: #727272. Windows color (decimal): -4897112 or 11028149. OLE color: 11028149.

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

Color convert

RGB 181 70 168 -
CMYK 0 0.61 0.07 0.29
HSL 307.03º 0.44% 0.49% -
HSV(B) 307.03º 0.61% 0.71% -
XYZ 28.31 17.03 38.84 -
YUV 114.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 181 70 168 0 0.61 0.07 0.29 307.03 0.44 0.49
Hex B5 46 A8 0 3D 7 1D 133 2C 31
Octal 265 106 250 0 75 7 35 463 54 61
Binary 10110101 1000110 10101000 0 111101 111 11101 100110011 101100 110001

Color Harmonies of #B546A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B546A8

Black with #B546A8

Text Example


Text Example

White with #B546A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B546A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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