Html Css Color HEX #B14AB9 Fuchsia

📋 copy color: '#B14AB9'

red 177 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #B14AB9

Tints of Fuchsia #B14AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

 BLUE value IS 185 (72.66% from 255) = 42.43%

R = 40.6%
G = 16.97%
B = 42.43%

CMYK

 C value IS 0.04

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B14AB9 (or 0xB14AB9) is known color: Fuchsia. HEX triplet: B1, 4A and B9. RGB value is (177,74,185). Sum of RGB (Red+Green+Blue) = 177+74+185=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #B14AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14AB9 is #4EB546. Grayscale: #757575. Windows color (decimal): -5158215 or 12143281. OLE color: 12143281.

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

Color convert

RGB 177 74 185 -
CMYK 0.04 0.6 0 0.27
HSL 295.68º 0.44% 0.51% -
HSV(B) 295.68º 0.6% 0.73% -
XYZ 29.34 17.75 47.78 -
YUV 117.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 177 74 185 0.04 0.6 0 0.27 295.68 0.44 0.51
Hex B1 4A B9 4 3C 0 1B 128 2C 33
Octal 261 112 271 4 74 0 33 450 54 63
Binary 10110001 1001010 10111001 100 111100 0 11011 100101000 101100 110011

Color Harmonies of #B14AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14AB9

Black with #B14AB9

Text Example


Text Example

White with #B14AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14AB9; }

 p { color: rgb(177,74,185); }

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

background-color css

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

 a { background-color: rgb(177,74,185); }

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

border-color css

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

 span { border-color: rgb(177,74,185); }

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