Html Css Color HEX #B53FAC Fuchsia

📋 copy color: '#B53FAC'

red 181 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #B53FAC

Tints of Fuchsia #B53FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.14%

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

R = 43.51%
G = 15.14%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B53FAC (or 0xB53FAC) is known color: Fuchsia. HEX triplet: B5, 3F and AC. RGB value is (181,63,172). Sum of RGB (Red+Green+Blue) = 181+63+172=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FAC is #4AC053. Grayscale: #6E6E6E. Windows color (decimal): -4898900 or 11288501. OLE color: 11288501.

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

Color convert

RGB 181 63 172 -
CMYK 0 0.65 0.05 0.29
HSL 304.58º 0.48% 0.48% -
HSV(B) 304.58º 0.65% 0.71% -
XYZ 28.28 16.36 40.7 -
YUV 110.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 181 63 172 0 0.65 0.05 0.29 304.58 0.48 0.48
Hex B5 3F AC 0 41 5 1D 131 30 30
Octal 265 77 254 0 101 5 35 461 60 60
Binary 10110101 111111 10101100 0 1000001 101 11101 100110001 110000 110000

Color Harmonies of #B53FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FAC

Black with #B53FAC

Text Example


Text Example

White with #B53FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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