Html Css Color HEX #B151BA Fuchsia

📋 copy color: '#B151BA'

red 177 ◦ green 81 ◦ blue 186

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

Shades of Fuchsia #B151BA

Tints of Fuchsia #B151BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.24%

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

R = 39.86%
G = 18.24%
B = 41.89%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B151BA (or 0xB151BA) is known color: Fuchsia. HEX triplet: B1, 51 and BA. RGB value is (177,81,186). Sum of RGB (Red+Green+Blue) = 177+81+186=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #B151BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151BA is #4EAE45. Grayscale: #797979. Windows color (decimal): -5156422 or 12210609. OLE color: 12210609.

HSL color Cylindrical-coordinate representation of color #B151BA: hue angle of 294.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B151BA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 81 186 -
CMYK 0.05 0.56 0 0.27
HSL 294.86º 0.43% 0.52% -
HSV(B) 294.86º 0.56% 0.73% -
XYZ 29.94 18.78 48.5 -
YUV 121.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 177 81 186 0.05 0.56 0 0.27 294.86 0.43 0.52
Hex B1 51 BA 5 38 0 1B 127 2B 34
Octal 261 121 272 5 70 0 33 447 53 64
Binary 10110001 1010001 10111010 101 111000 0 11011 100100111 101011 110100

Color Harmonies of #B151BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151BA

Black with #B151BA

Text Example


Text Example

White with #B151BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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