Html Css Color HEX #B14FBA Fuchsia

📋 copy color: '#B14FBA'

red 177 ◦ green 79 ◦ blue 186

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

Shades of Fuchsia #B14FBA

Tints of Fuchsia #B14FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 40.05%
G = 17.87%
B = 42.08%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B14FBA (or 0xB14FBA) is known color: Fuchsia. HEX triplet: B1, 4F and BA. RGB value is (177,79,186). Sum of RGB (Red+Green+Blue) = 177+79+186=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #B14FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FBA is #4EB045. Grayscale: #787878. Windows color (decimal): -5156934 or 12210097. OLE color: 12210097.

HSL color Cylindrical-coordinate representation of color #B14FBA: hue angle of 294.95º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14FBA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 79 186 -
CMYK 0.05 0.58 0 0.27
HSL 294.95º 0.44% 0.52% -
HSV(B) 294.95º 0.58% 0.73% -
XYZ 29.79 18.48 48.45 -
YUV 120.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 177 79 186 0.05 0.58 0 0.27 294.95 0.44 0.52
Hex B1 4F BA 5 3A 0 1B 127 2C 34
Octal 261 117 272 5 72 0 33 447 54 64
Binary 10110001 1001111 10111010 101 111010 0 11011 100100111 101100 110100

Color Harmonies of #B14FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FBA

Black with #B14FBA

Text Example


Text Example

White with #B14FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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