Html Css Color HEX #B037AD Fuchsia

📋 copy color: '#B037AD'

red 176 ◦ green 55 ◦ blue 173

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

Shades of Fuchsia #B037AD

Tints of Fuchsia #B037AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 43.56%
G = 13.61%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B037AD (or 0xB037AD) is known color: Fuchsia. HEX triplet: B0, 37 and AD. RGB value is (176,55,173). Sum of RGB (Red+Green+Blue) = 176+55+173=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B037AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B037AD is #4FC852. Grayscale: #686868. Windows color (decimal): -5228627 or 11351984. OLE color: 11351984.

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

Color convert

RGB 176 55 173 -
CMYK 0 0.69 0.02 0.31
HSL 301.49º 0.52% 0.45% -
HSV(B) 301.49º 0.69% 0.69% -
XYZ 26.81 14.98 41.01 -
YUV 104.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 176 55 173 0 0.69 0.02 0.31 301.49 0.52 0.45
Hex B0 37 AD 0 45 2 1F 12D 34 2D
Octal 260 67 255 0 105 2 37 455 64 55
Binary 10110000 110111 10101101 0 1000101 10 11111 100101101 110100 101101

Color Harmonies of #B037AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B037AD

Black with #B037AD

Text Example


Text Example

White with #B037AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B037AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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