Html Css Color HEX #B14DAB Fuchsia

📋 copy color: '#B14DAB'

red 177 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #B14DAB

Tints of Fuchsia #B14DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 41.65%
G = 18.12%
B = 40.24%

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

#B14DAB (or 0xB14DAB) is known color: Fuchsia. HEX triplet: B1, 4D and AB. RGB value is (177,77,171). Sum of RGB (Red+Green+Blue) = 177+77+171=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B14DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14DAB is #4EB254. Grayscale: #757575. Windows color (decimal): -5157461 or 11226545. OLE color: 11226545.

HSL color Cylindrical-coordinate representation of color #B14DAB: hue angle of 303.6º 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 #B14DAB is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 77 171 -
CMYK 0 0.56 0.03 0.31
HSL 303.6º 0.39% 0.5% -
HSV(B) 303.6º 0.56% 0.69% -
XYZ 28.14 17.6 40.44 -
YUV 117.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 177 77 171 0 0.56 0.03 0.31 303.6 0.39 0.5
Hex B1 4D AB 0 38 3 1F 130 27 32
Octal 261 115 253 0 70 3 37 460 47 62
Binary 10110001 1001101 10101011 0 111000 11 11111 100110000 100111 110010

Color Harmonies of #B14DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DAB

Black with #B14DAB

Text Example


Text Example

White with #B14DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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