Html Css Color HEX #B14FB8 Fuchsia

📋 copy color: '#B14FB8'

red 177 ◦ green 79 ◦ blue 184

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

Shades of Fuchsia #B14FB8

Tints of Fuchsia #B14FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 40.23%
G = 17.95%
B = 41.82%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B14FB8 (or 0xB14FB8) is known color: Fuchsia. HEX triplet: B1, 4F and B8. RGB value is (177,79,184). Sum of RGB (Red+Green+Blue) = 177+79+184=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #B14FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FB8 is #4EB047. Grayscale: #777777. Windows color (decimal): -5156936 or 12079025. OLE color: 12079025.

HSL color Cylindrical-coordinate representation of color #B14FB8: hue angle of 296º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14FB8 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 79 184 -
CMYK 0.04 0.57 0 0.28
HSL 296º 0.43% 0.52% -
HSV(B) 296º 0.57% 0.72% -
XYZ 29.58 18.4 47.34 -
YUV 120.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 177 79 184 0.04 0.57 0 0.28 296 0.43 0.52
Hex B1 4F B8 4 39 0 1C 128 2B 34
Octal 261 117 270 4 71 0 34 450 53 64
Binary 10110001 1001111 10111000 100 111001 0 11100 100101000 101011 110100

Color Harmonies of #B14FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FB8

Black with #B14FB8

Text Example


Text Example

White with #B14FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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