Html Css Color HEX #B53CAA Fuchsia

📋 copy color: '#B53CAA'

red 181 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #B53CAA

Tints of Fuchsia #B53CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.6%

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 44.04%
G = 14.6%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B53CAA (or 0xB53CAA) is known color: Fuchsia. HEX triplet: B5, 3C and AA. RGB value is (181,60,170). Sum of RGB (Red+Green+Blue) = 181+60+170=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B53CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53CAA is #4AC355. Grayscale: #6C6C6C. Windows color (decimal): -4899670 or 11156661. OLE color: 11156661.

HSL color Cylindrical-coordinate representation of color #B53CAA: hue angle of 305.45º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53CAA is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 170 -
CMYK 0 0.67 0.06 0.29
HSL 305.45º 0.5% 0.47% -
HSV(B) 305.45º 0.67% 0.71% -
XYZ 27.93 15.96 39.64 -
YUV 108.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 181 60 170 0 0.67 0.06 0.29 305.45 0.5 0.47
Hex B5 3C AA 0 43 6 1D 131 32 2F
Octal 265 74 252 0 103 6 35 461 62 57
Binary 10110101 111100 10101010 0 1000011 110 11101 100110001 110010 101111

Color Harmonies of #B53CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CAA

Black with #B53CAA

Text Example


Text Example

White with #B53CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CAA; }

 p { color: rgb(181,60,170); }

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

background-color css

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

 a { background-color: rgb(181,60,170); }

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

border-color css

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

 span { border-color: rgb(181,60,170); }

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