Html Css Color HEX #B52AB2 Fuchsia

📋 copy color: '#B52AB2'

red 181 ◦ green 42 ◦ blue 178

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

Shades of Fuchsia #B52AB2

Tints of Fuchsia #B52AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 45.14%
G = 10.47%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B52AB2 (or 0xB52AB2) is known color: Fuchsia. HEX triplet: B5, 2A and B2. RGB value is (181,42,178). Sum of RGB (Red+Green+Blue) = 181+42+178=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52AB2 is #4AD54D. Grayscale: #626262. Windows color (decimal): -4904270 or 11676341. OLE color: 11676341.

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

Color convert

RGB 181 42 178 -
CMYK 0 0.77 0.02 0.29
HSL 301.3º 0.62% 0.44% -
HSV(B) 301.3º 0.77% 0.71% -
XYZ 27.92 14.69 43.48 -
YUV 99.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 181 42 178 0 0.77 0.02 0.29 301.3 0.62 0.44
Hex B5 2A B2 0 4D 2 1D 12D 3E 2C
Octal 265 52 262 0 115 2 35 455 76 54
Binary 10110101 101010 10110010 0 1001101 10 11101 100101101 111110 101100

Color Harmonies of #B52AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52AB2

Black with #B52AB2

Text Example


Text Example

White with #B52AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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