Html Css Color HEX #B14DAF Fuchsia

📋 copy color: '#B14DAF'

red 177 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #B14DAF

Tints of Fuchsia #B14DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 41.26%
G = 17.95%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B14DAF (or 0xB14DAF) is known color: Fuchsia. HEX triplet: B1, 4D and AF. RGB value is (177,77,175). Sum of RGB (Red+Green+Blue) = 177+77+175=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B14DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14DAF is #4EB250. Grayscale: #757575. Windows color (decimal): -5157457 or 11488689. OLE color: 11488689.

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

Color convert

RGB 177 77 175 -
CMYK 0 0.56 0.01 0.31
HSL 301.2º 0.39% 0.5% -
HSV(B) 301.2º 0.56% 0.69% -
XYZ 28.52 17.75 42.48 -
YUV 118.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 177 77 175 0 0.56 0.01 0.31 301.2 0.39 0.5
Hex B1 4D AF 0 38 1 1F 12D 27 32
Octal 261 115 257 0 70 1 37 455 47 62
Binary 10110001 1001101 10101111 0 111000 1 11111 100101101 100111 110010

Color Harmonies of #B14DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DAF

Black with #B14DAF

Text Example


Text Example

White with #B14DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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