Html Css Color HEX #B149B0 Fuchsia

📋 copy color: '#B149B0'

red 177 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #B149B0

Tints of Fuchsia #B149B0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.14%

 BLUE value IS 176 (69.14% from 255) = 41.31%

R = 41.55%
G = 17.14%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B149B0 (or 0xB149B0) is known color: Fuchsia. HEX triplet: B1, 49 and B0. RGB value is (177,73,176). Sum of RGB (Red+Green+Blue) = 177+73+176=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B149B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B149B0 is #4EB64F. Grayscale: #737373. Windows color (decimal): -5158480 or 11553201. OLE color: 11553201.

HSL color Cylindrical-coordinate representation of color #B149B0: hue angle of 300.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B149B0 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 176 -
CMYK 0 0.59 0.01 0.31
HSL 300.58º 0.42% 0.49% -
HSV(B) 300.58º 0.59% 0.69% -
XYZ 28.35 17.25 42.91 -
YUV 115.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 177 73 176 0 0.59 0.01 0.31 300.58 0.42 0.49
Hex B1 49 B0 0 3B 1 1F 12D 2A 31
Octal 261 111 260 0 73 1 37 455 52 61
Binary 10110001 1001001 10110000 0 111011 1 11111 100101101 101010 110001

Color Harmonies of #B149B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149B0

Black with #B149B0

Text Example


Text Example

White with #B149B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149B0; }

 p { color: rgb(177,73,176); }

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

background-color css

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

 a { background-color: rgb(177,73,176); }

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

border-color css

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

 span { border-color: rgb(177,73,176); }

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