Html Css Color HEX #B14FAE Fuchsia

📋 copy color: '#B14FAE'

red 177 ◦ green 79 ◦ blue 174

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

Shades of Fuchsia #B14FAE

Tints of Fuchsia #B14FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.37%

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 41.16%
G = 18.37%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B14FAE (or 0xB14FAE) is known color: Fuchsia. HEX triplet: B1, 4F and AE. RGB value is (177,79,174). Sum of RGB (Red+Green+Blue) = 177+79+174=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B14FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14FAE is #4EB051. Grayscale: #767676. Windows color (decimal): -5156946 or 11423665. OLE color: 11423665.

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

Color convert

RGB 177 79 174 -
CMYK 0 0.55 0.02 0.31
HSL 301.84º 0.39% 0.5% -
HSV(B) 301.84º 0.55% 0.69% -
XYZ 28.57 18 42.01 -
YUV 119.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 177 79 174 0 0.55 0.02 0.31 301.84 0.39 0.5
Hex B1 4F AE 0 37 2 1F 12E 27 32
Octal 261 117 256 0 67 2 37 456 47 62
Binary 10110001 1001111 10101110 0 110111 10 11111 100101110 100111 110010

Color Harmonies of #B14FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FAE

Black with #B14FAE

Text Example


Text Example

White with #B14FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FAE; }

 p { color: rgb(177,79,174); }

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

background-color css

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

 a { background-color: rgb(177,79,174); }

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

border-color css

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

 span { border-color: rgb(177,79,174); }

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