Html Css Color HEX #B141AC Fuchsia

📋 copy color: '#B141AC'

red 177 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #B141AC

Tints of Fuchsia #B141AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.7%

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 42.75%
G = 15.7%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B141AC (or 0xB141AC) is known color: Fuchsia. HEX triplet: B1, 41 and AC. RGB value is (177,65,172). Sum of RGB (Red+Green+Blue) = 177+65+172=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B141AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141AC is #4EBE53. Grayscale: #6E6E6E. Windows color (decimal): -5160532 or 11289009. OLE color: 11289009.

HSL color Cylindrical-coordinate representation of color #B141AC: hue angle of 302.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B141AC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 65 172 -
CMYK 0 0.63 0.03 0.31
HSL 302.68º 0.46% 0.47% -
HSV(B) 302.68º 0.63% 0.69% -
XYZ 27.47 16.11 40.69 -
YUV 110.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 177 65 172 0 0.63 0.03 0.31 302.68 0.46 0.47
Hex B1 41 AC 0 3F 3 1F 12F 2E 2F
Octal 261 101 254 0 77 3 37 457 56 57
Binary 10110001 1000001 10101100 0 111111 11 11111 100101111 101110 101111

Color Harmonies of #B141AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141AC

Black with #B141AC

Text Example


Text Example

White with #B141AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141AC; }

 p { color: rgb(177,65,172); }

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

background-color css

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

 a { background-color: rgb(177,65,172); }

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

border-color css

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

 span { border-color: rgb(177,65,172); }

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