Html Css Color HEX #B14FB3 Fuchsia

📋 copy color: '#B14FB3'

red 177 ◦ green 79 ◦ blue 179

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

Shades of Fuchsia #B14FB3

Tints of Fuchsia #B14FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.15%

R = 40.69%
G = 18.16%
B = 41.15%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B14FB3 (or 0xB14FB3) is known color: Fuchsia. HEX triplet: B1, 4F and B3. RGB value is (177,79,179). Sum of RGB (Red+Green+Blue) = 177+79+179=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #B14FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FB3 is #4EB04C. Grayscale: #777777. Windows color (decimal): -5156941 or 11751345. OLE color: 11751345.

HSL color Cylindrical-coordinate representation of color #B14FB3: hue angle of 298.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14FB3 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 79 179 -
CMYK 0.01 0.56 0 0.30
HSL 298.8º 0.4% 0.51% -
HSV(B) 298.8º 0.56% 0.7% -
XYZ 29.06 18.19 44.63 -
YUV 119.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 177 79 179 0.01 0.56 0 0.30 298.8 0.4 0.51
Hex B1 4F B3 1 38 0 1E 12B 28 33
Octal 261 117 263 1 70 0 36 453 50 63
Binary 10110001 1001111 10110011 1 111000 0 11110 100101011 101000 110011

Color Harmonies of #B14FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FB3

Black with #B14FB3

Text Example


Text Example

White with #B14FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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