Html Css Color HEX #B436AC Fuchsia

📋 copy color: '#B436AC'

red 180 ◦ green 54 ◦ blue 172

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

Shades of Fuchsia #B436AC

Tints of Fuchsia #B436AC

RGB

 RED value IS 180 (70.7% from 255) = 44.33%

 GREEN value IS 54 (21.48% from 255) = 13.3%

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

R = 44.33%
G = 13.3%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B436AC (or 0xB436AC) is known color: Fuchsia. HEX triplet: B4, 36 and AC. RGB value is (180,54,172). Sum of RGB (Red+Green+Blue) = 180+54+172=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B436AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B436AC is #4BC953. Grayscale: #686868. Windows color (decimal): -4966740 or 11286196. OLE color: 11286196.

HSL color Cylindrical-coordinate representation of color #B436AC: hue angle of 303.81º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B436AC is Cyan = 0, Magento = 0.7, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 54 172 -
CMYK 0 0.7 0.04 0.29
HSL 303.81º 0.54% 0.46% -
HSV(B) 303.81º 0.7% 0.71% -
XYZ 27.59 15.32 40.53 -
YUV 105.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 180 54 172 0 0.7 0.04 0.29 303.81 0.54 0.46
Hex B4 36 AC 0 46 4 1D 130 36 2E
Octal 264 66 254 0 106 4 35 460 66 56
Binary 10110100 110110 10101100 0 1000110 100 11101 100110000 110110 101110

Color Harmonies of #B436AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436AC

Black with #B436AC

Text Example


Text Example

White with #B436AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436AC; }

 p { color: rgb(180,54,172); }

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

background-color css

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

 a { background-color: rgb(180,54,172); }

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

border-color css

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

 span { border-color: rgb(180,54,172); }

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