Html Css Color HEX #B146BA Fuchsia

📋 copy color: '#B146BA'

red 177 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #B146BA

Tints of Fuchsia #B146BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

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

R = 40.88%
G = 16.17%
B = 42.96%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B146BA (or 0xB146BA) is known color: Fuchsia. HEX triplet: B1, 46 and BA. RGB value is (177,70,186). Sum of RGB (Red+Green+Blue) = 177+70+186=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B146BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146BA is #4EB945. Grayscale: #727272. Windows color (decimal): -5159238 or 12207793. OLE color: 12207793.

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

Color convert

RGB 177 70 186 -
CMYK 0.05 0.62 0 0.27
HSL 295.34º 0.46% 0.5% -
HSV(B) 295.34º 0.62% 0.73% -
XYZ 29.18 17.27 48.25 -
YUV 115.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 177 70 186 0.05 0.62 0 0.27 295.34 0.46 0.5
Hex B1 46 BA 5 3E 0 1B 127 2E 32
Octal 261 106 272 5 76 0 33 447 56 62
Binary 10110001 1000110 10111010 101 111110 0 11011 100100111 101110 110010

Color Harmonies of #B146BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B146BA

Black with #B146BA

Text Example


Text Example

White with #B146BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B146BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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