Html Css Color HEX #B137BA Fuchsia

📋 copy color: '#B137BA'

red 177 ◦ green 55 ◦ blue 186

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

Shades of Fuchsia #B137BA

Tints of Fuchsia #B137BA

RGB

 RED value IS 177 (69.53% from 255) = 42.34%

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

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

R = 42.34%
G = 13.16%
B = 44.5%

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

#B137BA (or 0xB137BA) is known color: Fuchsia. HEX triplet: B1, 37 and BA. RGB value is (177,55,186). Sum of RGB (Red+Green+Blue) = 177+55+186=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #B137BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B137BA is #4EC845. Grayscale: #6A6A6A. Windows color (decimal): -5163078 or 12203953. OLE color: 12203953.

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

Color convert

RGB 177 55 186 -
CMYK 0.05 0.70 0 0.27
HSL 295.88º 0.54% 0.47% -
HSV(B) 295.88º 0.7% 0.73% -
XYZ 28.36 15.62 47.98 -
YUV 106.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 177 55 186 0.05 0.70 0 0.27 295.88 0.54 0.47
Hex B1 37 BA 5 46 0 1B 128 36 2F
Octal 261 67 272 5 106 0 33 450 66 57
Binary 10110001 110111 10111010 101 1000110 0 11011 100101000 110110 101111

Color Harmonies of #B137BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B137BA

Black with #B137BA

Text Example


Text Example

White with #B137BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B137BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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