Html Css Color HEX #B52CAC Fuchsia

📋 copy color: '#B52CAC'

red 181 ◦ green 44 ◦ blue 172

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

Shades of Fuchsia #B52CAC

Tints of Fuchsia #B52CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.08%

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

R = 45.59%
G = 11.08%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B52CAC (or 0xB52CAC) is known color: Fuchsia. HEX triplet: B5, 2C and AC. RGB value is (181,44,172). Sum of RGB (Red+Green+Blue) = 181+44+172=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B52CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52CAC is #4AD353. Grayscale: #636363. Windows color (decimal): -4903764 or 11283637. OLE color: 11283637.

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

Color convert

RGB 181 44 172 -
CMYK 0 0.76 0.05 0.29
HSL 303.94º 0.61% 0.44% -
HSV(B) 303.94º 0.76% 0.71% -
XYZ 27.4 14.6 40.4 -
YUV 99.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 181 44 172 0 0.76 0.05 0.29 303.94 0.61 0.44
Hex B5 2C AC 0 4C 5 1D 130 3D 2C
Octal 265 54 254 0 114 5 35 460 75 54
Binary 10110101 101100 10101100 0 1001100 101 11101 100110000 111101 101100

Color Harmonies of #B52CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CAC

Black with #B52CAC

Text Example


Text Example

White with #B52CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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