Html Css Color HEX #B53AAA Fuchsia

📋 copy color: '#B53AAA'

red 181 ◦ green 58 ◦ blue 170

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

Shades of Fuchsia #B53AAA

Tints of Fuchsia #B53AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.18%

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

R = 44.25%
G = 14.18%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B53AAA (or 0xB53AAA) is known color: Fuchsia. HEX triplet: B5, 3A and AA. RGB value is (181,58,170). Sum of RGB (Red+Green+Blue) = 181+58+170=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B53AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53AAA is #4AC555. Grayscale: #6B6B6B. Windows color (decimal): -4900182 or 11156149. OLE color: 11156149.

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

Color convert

RGB 181 58 170 -
CMYK 0 0.68 0.06 0.29
HSL 305.37º 0.51% 0.47% -
HSV(B) 305.37º 0.68% 0.71% -
XYZ 27.82 15.75 39.6 -
YUV 107.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 181 58 170 0 0.68 0.06 0.29 305.37 0.51 0.47
Hex B5 3A AA 0 44 6 1D 131 33 2F
Octal 265 72 252 0 104 6 35 461 63 57
Binary 10110101 111010 10101010 0 1000100 110 11101 100110001 110011 101111

Color Harmonies of #B53AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53AAA

Black with #B53AAA

Text Example


Text Example

White with #B53AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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