Html Css Color HEX #B949B5 Fuchsia

📋 copy color: '#B949B5'

red 185 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #B949B5

Tints of Fuchsia #B949B5

RGB

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

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

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

R = 42.14%
G = 16.63%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B949B5 (or 0xB949B5) is known color: Fuchsia. HEX triplet: B9, 49 and B5. RGB value is (185,73,181). Sum of RGB (Red+Green+Blue) = 185+73+181=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B949B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949B5 is #46B64A. Grayscale: #767676. Windows color (decimal): -4634187 or 11880889. OLE color: 11880889.

HSL color Cylindrical-coordinate representation of color #B949B5: hue angle of 302.14º 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 #B949B5 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 73 181 -
CMYK 0 0.61 0.02 0.27
HSL 302.14º 0.44% 0.51% -
HSV(B) 302.14º 0.61% 0.73% -
XYZ 30.73 18.42 45.65 -
YUV 118.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 185 73 181 0 0.61 0.02 0.27 302.14 0.44 0.51
Hex B9 49 B5 0 3D 2 1B 12E 2C 33
Octal 271 111 265 0 75 2 33 456 54 63
Binary 10111001 1001001 10110101 0 111101 10 11011 100101110 101100 110011

Color Harmonies of #B949B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949B5

Black with #B949B5

Text Example


Text Example

White with #B949B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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