Html Css Color HEX #B52AB4 Fuchsia

📋 copy color: '#B52AB4'

red 181 ◦ green 42 ◦ blue 180

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

Shades of Fuchsia #B52AB4

Tints of Fuchsia #B52AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 44.91%
G = 10.42%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B52AB4 (or 0xB52AB4) is known color: Fuchsia. HEX triplet: B5, 2A and B4. RGB value is (181,42,180). Sum of RGB (Red+Green+Blue) = 181+42+180=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52AB4 is #4AD54B. Grayscale: #626262. Windows color (decimal): -4904268 or 11807413. OLE color: 11807413.

HSL color Cylindrical-coordinate representation of color #B52AB4: hue angle of 300.43º 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 #B52AB4 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 42 180 -
CMYK 0 0.77 0.01 0.29
HSL 300.43º 0.62% 0.44% -
HSV(B) 300.43º 0.77% 0.71% -
XYZ 28.12 14.77 44.55 -
YUV 99.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 181 42 180 0 0.77 0.01 0.29 300.43 0.62 0.44
Hex B5 2A B4 0 4D 1 1D 12C 3E 2C
Octal 265 52 264 0 115 1 35 454 76 54
Binary 10110101 101010 10110100 0 1001101 1 11101 100101100 111110 101100

Color Harmonies of #B52AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52AB4

Black with #B52AB4

Text Example


Text Example

White with #B52AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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