Html Css Color HEX #B14BAC Fuchsia

📋 copy color: '#B14BAC'

red 177 ◦ green 75 ◦ blue 172

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

Shades of Fuchsia #B14BAC

Tints of Fuchsia #B14BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.69%

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

R = 41.75%
G = 17.69%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B14BAC (or 0xB14BAC) is known color: Fuchsia. HEX triplet: B1, 4B and AC. RGB value is (177,75,172). Sum of RGB (Red+Green+Blue) = 177+75+172=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B14BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14BAC is #4EB453. Grayscale: #747474. Windows color (decimal): -5157972 or 11291569. OLE color: 11291569.

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

Color convert

RGB 177 75 172 -
CMYK 0 0.58 0.03 0.31
HSL 302.94º 0.4% 0.49% -
HSV(B) 302.94º 0.58% 0.69% -
XYZ 28.09 17.36 40.9 -
YUV 116.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 177 75 172 0 0.58 0.03 0.31 302.94 0.4 0.49
Hex B1 4B AC 0 3A 3 1F 12F 28 31
Octal 261 113 254 0 72 3 37 457 50 61
Binary 10110001 1001011 10101100 0 111010 11 11111 100101111 101000 110001

Color Harmonies of #B14BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BAC

Black with #B14BAC

Text Example


Text Example

White with #B14BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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