Html Css Color HEX #B14CAC Fuchsia

📋 copy color: '#B14CAC'

red 177 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #B14CAC

Tints of Fuchsia #B14CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.88%

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

R = 41.65%
G = 17.88%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B14CAC (or 0xB14CAC) is known color: Fuchsia. HEX triplet: B1, 4C and AC. RGB value is (177,76,172). Sum of RGB (Red+Green+Blue) = 177+76+172=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B14CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14CAC is #4EB353. Grayscale: #747474. Windows color (decimal): -5157716 or 11291825. OLE color: 11291825.

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

Color convert

RGB 177 76 172 -
CMYK 0 0.57 0.03 0.31
HSL 302.97º 0.4% 0.5% -
HSV(B) 302.97º 0.57% 0.69% -
XYZ 28.16 17.49 40.92 -
YUV 117.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 177 76 172 0 0.57 0.03 0.31 302.97 0.4 0.5
Hex B1 4C AC 0 39 3 1F 12F 28 32
Octal 261 114 254 0 71 3 37 457 50 62
Binary 10110001 1001100 10101100 0 111001 11 11111 100101111 101000 110010

Color Harmonies of #B14CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CAC

Black with #B14CAC

Text Example


Text Example

White with #B14CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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