Html Css Color HEX #B542AC Fuchsia

📋 copy color: '#B542AC'

red 181 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #B542AC

Tints of Fuchsia #B542AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.75%

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 43.2%
G = 15.75%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B542AC (or 0xB542AC) is known color: Fuchsia. HEX triplet: B5, 42 and AC. RGB value is (181,66,172). Sum of RGB (Red+Green+Blue) = 181+66+172=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B542AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B542AC is #4ABD53. Grayscale: #707070. Windows color (decimal): -4898132 or 11289269. OLE color: 11289269.

HSL color Cylindrical-coordinate representation of color #B542AC: hue angle of 304.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B542AC is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 66 172 -
CMYK 0 0.64 0.05 0.29
HSL 304.7º 0.47% 0.48% -
HSV(B) 304.7º 0.64% 0.71% -
XYZ 28.45 16.7 40.75 -
YUV 112.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 181 66 172 0 0.64 0.05 0.29 304.7 0.47 0.48
Hex B5 42 AC 0 40 5 1D 131 2F 30
Octal 265 102 254 0 100 5 35 461 57 60
Binary 10110101 1000010 10101100 0 1000000 101 11101 100110001 101111 110000

Color Harmonies of #B542AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542AC

Black with #B542AC

Text Example


Text Example

White with #B542AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542AC; }

 p { color: rgb(181,66,172); }

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

background-color css

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

 a { background-color: rgb(181,66,172); }

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

border-color css

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

 span { border-color: rgb(181,66,172); }

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