Html Css Color HEX #B52AAE Fuchsia

📋 copy color: '#B52AAE'

red 181 ◦ green 42 ◦ blue 174

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

Shades of Fuchsia #B52AAE

Tints of Fuchsia #B52AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.58%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 45.59%
G = 10.58%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B52AAE (or 0xB52AAE) is known color: Fuchsia. HEX triplet: B5, 2A and AE. RGB value is (181,42,174). Sum of RGB (Red+Green+Blue) = 181+42+174=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52AAE is #4AD551. Grayscale: #626262. Windows color (decimal): -4904274 or 11414197. OLE color: 11414197.

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

Color convert

RGB 181 42 174 -
CMYK 0 0.77 0.04 0.29
HSL 303.02º 0.62% 0.44% -
HSV(B) 303.02º 0.77% 0.71% -
XYZ 27.52 14.54 41.4 -
YUV 98.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 181 42 174 0 0.77 0.04 0.29 303.02 0.62 0.44
Hex B5 2A AE 0 4D 4 1D 12F 3E 2C
Octal 265 52 256 0 115 4 35 457 76 54
Binary 10110101 101010 10101110 0 1001101 100 11101 100101111 111110 101100

Color Harmonies of #B52AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52AAE

Black with #B52AAE

Text Example


Text Example

White with #B52AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52AAE; }

 p { color: rgb(181,42,174); }

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

background-color css

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

 a { background-color: rgb(181,42,174); }

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

border-color css

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

 span { border-color: rgb(181,42,174); }

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