Html Css Color HEX #B53DAC Fuchsia

📋 copy color: '#B53DAC'

red 181 ◦ green 61 ◦ blue 172

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

Shades of Fuchsia #B53DAC

Tints of Fuchsia #B53DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.73%

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

R = 43.72%
G = 14.73%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B53DAC (or 0xB53DAC) is known color: Fuchsia. HEX triplet: B5, 3D and AC. RGB value is (181,61,172). Sum of RGB (Red+Green+Blue) = 181+61+172=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B53DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53DAC is #4AC253. Grayscale: #6D6D6D. Windows color (decimal): -4899412 or 11287989. OLE color: 11287989.

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

Color convert

RGB 181 61 172 -
CMYK 0 0.66 0.05 0.29
HSL 304.5º 0.5% 0.47% -
HSV(B) 304.5º 0.66% 0.71% -
XYZ 28.17 16.14 40.66 -
YUV 109.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 181 61 172 0 0.66 0.05 0.29 304.5 0.5 0.47
Hex B5 3D AC 0 42 5 1D 130 32 2F
Octal 265 75 254 0 102 5 35 460 62 57
Binary 10110101 111101 10101100 0 1000010 101 11101 100110000 110010 101111

Color Harmonies of #B53DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DAC

Black with #B53DAC

Text Example


Text Example

White with #B53DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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