Html Css Color HEX #B037A6 Fuchsia

📋 copy color: '#B037A6'

red 176 ◦ green 55 ◦ blue 166

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

Shades of Fuchsia #B037A6

Tints of Fuchsia #B037A6

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.85%

 BLUE value IS 166 (65.23% from 255) = 41.81%

R = 44.33%
G = 13.85%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B037A6 (or 0xB037A6) is known color: Fuchsia. HEX triplet: B0, 37 and A6. RGB value is (176,55,166). Sum of RGB (Red+Green+Blue) = 176+55+166=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B037A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B037A6 is #4FC859. Grayscale: #676767. Windows color (decimal): -5228634 or 10893232. OLE color: 10893232.

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

Color convert

RGB 176 55 166 -
CMYK 0 0.69 0.06 0.31
HSL 304.96º 0.52% 0.45% -
HSV(B) 304.96º 0.69% 0.69% -
XYZ 26.15 14.72 37.54 -
YUV 103.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 176 55 166 0 0.69 0.06 0.31 304.96 0.52 0.45
Hex B0 37 A6 0 45 6 1F 131 34 2D
Octal 260 67 246 0 105 6 37 461 64 55
Binary 10110000 110111 10100110 0 1000101 110 11111 100110001 110100 101101

Color Harmonies of #B037A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B037A6

Black with #B037A6

Text Example


Text Example

White with #B037A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B037A6; }

 p { color: rgb(176,55,166); }

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

background-color css

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

 a { background-color: rgb(176,55,166); }

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

border-color css

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

 span { border-color: rgb(176,55,166); }

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