Html Css Color HEX #B14BB9 Fuchsia

📋 copy color: '#B14BB9'

red 177 ◦ green 75 ◦ blue 185

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

Shades of Fuchsia #B14BB9

Tints of Fuchsia #B14BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.16%

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

R = 40.5%
G = 17.16%
B = 42.33%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B14BB9 (or 0xB14BB9) is known color: Fuchsia. HEX triplet: B1, 4B and B9. RGB value is (177,75,185). Sum of RGB (Red+Green+Blue) = 177+75+185=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #B14BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BB9 is #4EB446. Grayscale: #757575. Windows color (decimal): -5157959 or 12143537. OLE color: 12143537.

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

Color convert

RGB 177 75 185 -
CMYK 0.04 0.59 0 0.27
HSL 295.64º 0.44% 0.51% -
HSV(B) 295.64º 0.59% 0.73% -
XYZ 29.4 17.88 47.8 -
YUV 118.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 177 75 185 0.04 0.59 0 0.27 295.64 0.44 0.51
Hex B1 4B B9 4 3B 0 1B 128 2C 33
Octal 261 113 271 4 73 0 33 450 54 63
Binary 10110001 1001011 10111001 100 111011 0 11011 100101000 101100 110011

Color Harmonies of #B14BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BB9

Black with #B14BB9

Text Example


Text Example

White with #B14BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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