Html Css Color HEX #B949B0 Fuchsia

📋 copy color: '#B949B0'

red 185 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #B949B0

Tints of Fuchsia #B949B0

RGB

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

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

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

R = 42.63%
G = 16.82%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B949B0 (or 0xB949B0) is known color: Fuchsia. HEX triplet: B9, 49 and B0. RGB value is (185,73,176). Sum of RGB (Red+Green+Blue) = 185+73+176=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B949B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B949B0 is #46B64F. Grayscale: #757575. Windows color (decimal): -4634192 or 11553209. OLE color: 11553209.

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

Color convert

RGB 185 73 176 -
CMYK 0 0.61 0.05 0.27
HSL 304.82º 0.44% 0.51% -
HSV(B) 304.82º 0.61% 0.73% -
XYZ 30.23 18.21 43 -
YUV 118.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 185 73 176 0 0.61 0.05 0.27 304.82 0.44 0.51
Hex B9 49 B0 0 3D 5 1B 131 2C 33
Octal 271 111 260 0 75 5 33 461 54 63
Binary 10111001 1001001 10110000 0 111101 101 11011 100110001 101100 110011

Color Harmonies of #B949B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949B0

Black with #B949B0

Text Example


Text Example

White with #B949B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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