Html Css Color HEX #B52BAE Fuchsia

📋 copy color: '#B52BAE'

red 181 ◦ green 43 ◦ blue 174

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

Shades of Fuchsia #B52BAE

Tints of Fuchsia #B52BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.8%

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

R = 45.48%
G = 10.8%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B52BAE (or 0xB52BAE) is known color: Fuchsia. HEX triplet: B5, 2B and AE. RGB value is (181,43,174). Sum of RGB (Red+Green+Blue) = 181+43+174=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B52BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52BAE is #4AD451. Grayscale: #626262. Windows color (decimal): -4904018 or 11414453. OLE color: 11414453.

HSL color Cylindrical-coordinate representation of color #B52BAE: hue angle of 303.04º degrees, saturation: 0.62, 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 #B52BAE is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 43 174 -
CMYK 0 0.76 0.04 0.29
HSL 303.04º 0.62% 0.44% -
HSV(B) 303.04º 0.76% 0.71% -
XYZ 27.56 14.61 41.41 -
YUV 99.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 181 43 174 0 0.76 0.04 0.29 303.04 0.62 0.44
Hex B5 2B AE 0 4C 4 1D 12F 3E 2C
Octal 265 53 256 0 114 4 35 457 76 54
Binary 10110101 101011 10101110 0 1001100 100 11101 100101111 111110 101100

Color Harmonies of #B52BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52BAE

Black with #B52BAE

Text Example


Text Example

White with #B52BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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