Html Css Color HEX #B037B8 Fuchsia

📋 copy color: '#B037B8'

red 176 ◦ green 55 ◦ blue 184

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

Shades of Fuchsia #B037B8

Tints of Fuchsia #B037B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.34%

R = 42.41%
G = 13.25%
B = 44.34%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B037B8 (or 0xB037B8) is known color: Fuchsia. HEX triplet: B0, 37 and B8. RGB value is (176,55,184). Sum of RGB (Red+Green+Blue) = 176+55+184=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #B037B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037B8 is #4FC847. Grayscale: #696969. Windows color (decimal): -5228616 or 12072880. OLE color: 12072880.

HSL color Cylindrical-coordinate representation of color #B037B8: hue angle of 296.28º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B037B8 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 55 184 -
CMYK 0.04 0.70 0 0.28
HSL 296.28º 0.54% 0.47% -
HSV(B) 296.28º 0.7% 0.72% -
XYZ 27.92 15.42 46.85 -
YUV 105.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 176 55 184 0.04 0.70 0 0.28 296.28 0.54 0.47
Hex B0 37 B8 4 46 0 1C 128 36 2F
Octal 260 67 270 4 106 0 34 450 66 57
Binary 10110000 110111 10111000 100 1000110 0 11100 100101000 110110 101111

Color Harmonies of #B037B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B037B8

Black with #B037B8

Text Example


Text Example

White with #B037B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B037B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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