Html Css Color HEX #B52AB3 Fuchsia

📋 copy color: '#B52AB3'

red 181 ◦ green 42 ◦ blue 179

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

Shades of Fuchsia #B52AB3

Tints of Fuchsia #B52AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 45.02%
G = 10.45%
B = 44.53%

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

#B52AB3 (or 0xB52AB3) is known color: Fuchsia. HEX triplet: B5, 2A and B3. RGB value is (181,42,179). Sum of RGB (Red+Green+Blue) = 181+42+179=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52AB3 is #4AD54C. Grayscale: #626262. Windows color (decimal): -4904269 or 11741877. OLE color: 11741877.

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

Color convert

RGB 181 42 179 -
CMYK 0 0.77 0.01 0.29
HSL 300.86º 0.62% 0.44% -
HSV(B) 300.86º 0.77% 0.71% -
XYZ 28.02 14.73 44.01 -
YUV 99.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 181 42 179 0 0.77 0.01 0.29 300.86 0.62 0.44
Hex B5 2A B3 0 4D 1 1D 12D 3E 2C
Octal 265 52 263 0 115 1 35 455 76 54
Binary 10110101 101010 10110011 0 1001101 1 11101 100101101 111110 101100

Color Harmonies of #B52AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52AB3

Black with #B52AB3

Text Example


Text Example

White with #B52AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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