Html Css Color HEX #B949B1 Fuchsia

📋 copy color: '#B949B1'

red 185 ◦ green 73 ◦ blue 177

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

Shades of Fuchsia #B949B1

Tints of Fuchsia #B949B1

RGB

 RED value IS 185 (72.66% from 255) = 42.53%

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

 BLUE value IS 177 (69.53% from 255) = 40.69%

R = 42.53%
G = 16.78%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B949B1 (or 0xB949B1) is known color: Fuchsia. HEX triplet: B9, 49 and B1. RGB value is (185,73,177). Sum of RGB (Red+Green+Blue) = 185+73+177=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B949B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B949B1 is #46B64E. Grayscale: #767676. Windows color (decimal): -4634191 or 11618745. OLE color: 11618745.

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

Color convert

RGB 185 73 177 -
CMYK 0 0.61 0.04 0.27
HSL 304.29º 0.44% 0.51% -
HSV(B) 304.29º 0.61% 0.73% -
XYZ 30.33 18.25 43.52 -
YUV 118.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 185 73 177 0 0.61 0.04 0.27 304.29 0.44 0.51
Hex B9 49 B1 0 3D 4 1B 130 2C 33
Octal 271 111 261 0 75 4 33 460 54 63
Binary 10111001 1001001 10110001 0 111101 100 11011 100110000 101100 110011

Color Harmonies of #B949B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949B1

Black with #B949B1

Text Example


Text Example

White with #B949B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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