Html Css Color HEX #B149B5 Fuchsia

📋 copy color: '#B149B5'

red 177 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #B149B5

Tints of Fuchsia #B149B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42%

R = 41.07%
G = 16.94%
B = 42%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B149B5 (or 0xB149B5) is known color: Fuchsia. HEX triplet: B1, 49 and B5. RGB value is (177,73,181). Sum of RGB (Red+Green+Blue) = 177+73+181=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #B149B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149B5 is #4EB64A. Grayscale: #747474. Windows color (decimal): -5158475 or 11880881. OLE color: 11880881.

HSL color Cylindrical-coordinate representation of color #B149B5: hue angle of 297.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B149B5 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 73 181 -
CMYK 0.02 0.60 0 0.29
HSL 297.78º 0.43% 0.5% -
HSV(B) 297.78º 0.6% 0.71% -
XYZ 28.85 17.45 45.56 -
YUV 116.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 177 73 181 0.02 0.60 0 0.29 297.78 0.43 0.5
Hex B1 49 B5 2 3C 0 1D 12A 2B 32
Octal 261 111 265 2 74 0 35 452 53 62
Binary 10110001 1001001 10110101 10 111100 0 11101 100101010 101011 110010

Color Harmonies of #B149B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149B5

Black with #B149B5

Text Example


Text Example

White with #B149B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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