Html Css Color HEX #B14DAC Fuchsia

📋 copy color: '#B14DAC'

red 177 ◦ green 77 ◦ blue 172

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

Shades of Fuchsia #B14DAC

Tints of Fuchsia #B14DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.08%

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

R = 41.55%
G = 18.08%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B14DAC (or 0xB14DAC) is known color: Fuchsia. HEX triplet: B1, 4D and AC. RGB value is (177,77,172). Sum of RGB (Red+Green+Blue) = 177+77+172=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B14DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14DAC is #4EB253. Grayscale: #757575. Windows color (decimal): -5157460 or 11292081. OLE color: 11292081.

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

Color convert

RGB 177 77 172 -
CMYK 0 0.56 0.03 0.31
HSL 303º 0.39% 0.5% -
HSV(B) 303º 0.56% 0.69% -
XYZ 28.23 17.63 40.95 -
YUV 117.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 177 77 172 0 0.56 0.03 0.31 303 0.39 0.5
Hex B1 4D AC 0 38 3 1F 12F 27 32
Octal 261 115 254 0 70 3 37 457 47 62
Binary 10110001 1001101 10101100 0 111000 11 11111 100101111 100111 110010

Color Harmonies of #B14DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DAC

Black with #B14DAC

Text Example


Text Example

White with #B14DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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