Html Css Color HEX #B148AC Fuchsia

📋 copy color: '#B148AC'

red 177 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #B148AC

Tints of Fuchsia #B148AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.1%

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

R = 42.04%
G = 17.1%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B148AC (or 0xB148AC) is known color: Fuchsia. HEX triplet: B1, 48 and AC. RGB value is (177,72,172). Sum of RGB (Red+Green+Blue) = 177+72+172=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B148AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B148AC is #4EB753. Grayscale: #727272. Windows color (decimal): -5158740 or 11290801. OLE color: 11290801.

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

Color convert

RGB 177 72 172 -
CMYK 0 0.59 0.03 0.31
HSL 302.86º 0.42% 0.49% -
HSV(B) 302.86º 0.59% 0.69% -
XYZ 27.9 16.96 40.83 -
YUV 114.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 177 72 172 0 0.59 0.03 0.31 302.86 0.42 0.49
Hex B1 48 AC 0 3B 3 1F 12F 2A 31
Octal 261 110 254 0 73 3 37 457 52 61
Binary 10110001 1001000 10101100 0 111011 11 11111 100101111 101010 110001

Color Harmonies of #B148AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148AC

Black with #B148AC

Text Example


Text Example

White with #B148AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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