Html Css Color HEX #B036A8 Fuchsia

📋 copy color: '#B036A8'

red 176 ◦ green 54 ◦ blue 168

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

Shades of Fuchsia #B036A8

Tints of Fuchsia #B036A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.21%

R = 44.22%
G = 13.57%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B036A8 (or 0xB036A8) is known color: Fuchsia. HEX triplet: B0, 36 and A8. RGB value is (176,54,168). Sum of RGB (Red+Green+Blue) = 176+54+168=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B036A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B036A8 is #4FC957. Grayscale: #676767. Windows color (decimal): -5228888 or 11024048. OLE color: 11024048.

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

Color convert

RGB 176 54 168 -
CMYK 0 0.69 0.05 0.31
HSL 303.93º 0.53% 0.45% -
HSV(B) 303.93º 0.69% 0.69% -
XYZ 26.29 14.7 38.5 -
YUV 103.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 176 54 168 0 0.69 0.05 0.31 303.93 0.53 0.45
Hex B0 36 A8 0 45 5 1F 130 35 2D
Octal 260 66 250 0 105 5 37 460 65 55
Binary 10110000 110110 10101000 0 1000101 101 11111 100110000 110101 101101

Color Harmonies of #B036A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B036A8

Black with #B036A8

Text Example


Text Example

White with #B036A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B036A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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