Html Css Color HEX #B146AF Fuchsia

📋 copy color: '#B146AF'

red 177 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #B146AF

Tints of Fuchsia #B146AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 41.94%
G = 16.59%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B146AF (or 0xB146AF) is known color: Fuchsia. HEX triplet: B1, 46 and AF. RGB value is (177,70,175). Sum of RGB (Red+Green+Blue) = 177+70+175=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B146AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B146AF is #4EB950. Grayscale: #717171. Windows color (decimal): -5159249 or 11486897. OLE color: 11486897.

HSL color Cylindrical-coordinate representation of color #B146AF: hue angle of 301.12º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B146AF is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 175 -
CMYK 0 0.60 0.01 0.31
HSL 301.12º 0.43% 0.48% -
HSV(B) 301.12º 0.6% 0.69% -
XYZ 28.06 16.82 42.33 -
YUV 113.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 177 70 175 0 0.60 0.01 0.31 301.12 0.43 0.48
Hex B1 46 AF 0 3C 1 1F 12D 2B 30
Octal 261 106 257 0 74 1 37 455 53 60
Binary 10110001 1000110 10101111 0 111100 1 11111 100101101 101011 110000

Color Harmonies of #B146AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B146AF

Black with #B146AF

Text Example


Text Example

White with #B146AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B146AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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