Html Css Color HEX #B037BA Fuchsia

📋 copy color: '#B037BA'

red 176 ◦ green 55 ◦ blue 186

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

Shades of Fuchsia #B037BA

Tints of Fuchsia #B037BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 42.21%
G = 13.19%
B = 44.6%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B037BA (or 0xB037BA) is known color: Fuchsia. HEX triplet: B0, 37 and BA. RGB value is (176,55,186). Sum of RGB (Red+Green+Blue) = 176+55+186=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #B037BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037BA is #4FC845. Grayscale: #696969. Windows color (decimal): -5228614 or 12203952. OLE color: 12203952.

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

Color convert

RGB 176 55 186 -
CMYK 0.05 0.70 0 0.27
HSL 295.42º 0.54% 0.47% -
HSV(B) 295.42º 0.7% 0.73% -
XYZ 28.13 15.51 47.96 -
YUV 106.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 176 55 186 0.05 0.70 0 0.27 295.42 0.54 0.47
Hex B0 37 BA 5 46 0 1B 127 36 2F
Octal 260 67 272 5 106 0 33 447 66 57
Binary 10110000 110111 10111010 101 1000110 0 11011 100100111 110110 101111

Color Harmonies of #B037BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B037BA

Black with #B037BA

Text Example


Text Example

White with #B037BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B037BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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