Html Css Color HEX #B53AAC Fuchsia

📋 copy color: '#B53AAC'

red 181 ◦ green 58 ◦ blue 172

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

Shades of Fuchsia #B53AAC

Tints of Fuchsia #B53AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 44.04%
G = 14.11%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B53AAC (or 0xB53AAC) is known color: Fuchsia. HEX triplet: B5, 3A and AC. RGB value is (181,58,172). Sum of RGB (Red+Green+Blue) = 181+58+172=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B53AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53AAC is #4AC553. Grayscale: #6B6B6B. Windows color (decimal): -4900180 or 11287221. OLE color: 11287221.

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

Color convert

RGB 181 58 172 -
CMYK 0 0.68 0.05 0.29
HSL 304.39º 0.51% 0.47% -
HSV(B) 304.39º 0.68% 0.71% -
XYZ 28.02 15.83 40.61 -
YUV 107.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 181 58 172 0 0.68 0.05 0.29 304.39 0.51 0.47
Hex B5 3A AC 0 44 5 1D 130 33 2F
Octal 265 72 254 0 104 5 35 460 63 57
Binary 10110101 111010 10101100 0 1000100 101 11101 100110000 110011 101111

Color Harmonies of #B53AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53AAC

Black with #B53AAC

Text Example


Text Example

White with #B53AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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