Html Css Color HEX #B036A9 Fuchsia

📋 copy color: '#B036A9'

red 176 ◦ green 54 ◦ blue 169

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

Shades of Fuchsia #B036A9

Tints of Fuchsia #B036A9

RGB

 RED value IS 176 (69.14% from 255) = 44.11%

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

 BLUE value IS 169 (66.41% from 255) = 42.36%

R = 44.11%
G = 13.53%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B036A9 (or 0xB036A9) is known color: Fuchsia. HEX triplet: B0, 36 and A9. RGB value is (176,54,169). Sum of RGB (Red+Green+Blue) = 176+54+169=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B036A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B036A9 is #4FC956. Grayscale: #676767. Windows color (decimal): -5228887 or 11089584. OLE color: 11089584.

HSL color Cylindrical-coordinate representation of color #B036A9: hue angle of 303.44º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B036A9 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 169 -
CMYK 0 0.69 0.04 0.31
HSL 303.44º 0.53% 0.45% -
HSV(B) 303.44º 0.69% 0.69% -
XYZ 26.39 14.73 38.99 -
YUV 103.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 176 54 169 0 0.69 0.04 0.31 303.44 0.53 0.45
Hex B0 36 A9 0 45 4 1F 12F 35 2D
Octal 260 66 251 0 105 4 37 457 65 55
Binary 10110000 110110 10101001 0 1000101 100 11111 100101111 110101 101101

Color Harmonies of #B036A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B036A9

Black with #B036A9

Text Example


Text Example

White with #B036A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B036A9; }

 p { color: rgb(176,54,169); }

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

background-color css

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

 a { background-color: rgb(176,54,169); }

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

border-color css

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

 span { border-color: rgb(176,54,169); }

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