Html Css Color HEX #B545A6 Fuchsia

📋 copy color: '#B545A6'

red 181 ◦ green 69 ◦ blue 166

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

Shades of Fuchsia #B545A6

Tints of Fuchsia #B545A6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.59%

 BLUE value IS 166 (65.23% from 255) = 39.9%

R = 43.51%
G = 16.59%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B545A6 (or 0xB545A6) is known color: Fuchsia. HEX triplet: B5, 45 and A6. RGB value is (181,69,166). Sum of RGB (Red+Green+Blue) = 181+69+166=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B545A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B545A6 is #4ABA59. Grayscale: #717171. Windows color (decimal): -4897370 or 10896821. OLE color: 10896821.

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

Color convert

RGB 181 69 166 -
CMYK 0 0.62 0.08 0.29
HSL 308.04º 0.45% 0.49% -
HSV(B) 308.04º 0.62% 0.71% -
XYZ 28.07 16.83 37.85 -
YUV 113.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 181 69 166 0 0.62 0.08 0.29 308.04 0.45 0.49
Hex B5 45 A6 0 3E 8 1D 134 2D 31
Octal 265 105 246 0 76 10 35 464 55 61
Binary 10110101 1000101 10100110 0 111110 1000 11101 100110100 101101 110001

Color Harmonies of #B545A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B545A6

Black with #B545A6

Text Example


Text Example

White with #B545A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B545A6; }

 p { color: rgb(181,69,166); }

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

background-color css

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

 a { background-color: rgb(181,69,166); }

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

border-color css

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

 span { border-color: rgb(181,69,166); }

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