Html Css Color HEX #B949B7 Fuchsia

📋 copy color: '#B949B7'

red 185 ◦ green 73 ◦ blue 183

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

Shades of Fuchsia #B949B7

Tints of Fuchsia #B949B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 41.95%
G = 16.55%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B949B7 (or 0xB949B7) is known color: Fuchsia. HEX triplet: B9, 49 and B7. RGB value is (185,73,183). Sum of RGB (Red+Green+Blue) = 185+73+183=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B949B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949B7 is #46B648. Grayscale: #767676. Windows color (decimal): -4634185 or 12011961. OLE color: 12011961.

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

Color convert

RGB 185 73 183 -
CMYK 0 0.61 0.01 0.27
HSL 301.07º 0.44% 0.51% -
HSV(B) 301.07º 0.61% 0.73% -
XYZ 30.94 18.5 46.74 -
YUV 119.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 185 73 183 0 0.61 0.01 0.27 301.07 0.44 0.51
Hex B9 49 B7 0 3D 1 1B 12D 2C 33
Octal 271 111 267 0 75 1 33 455 54 63
Binary 10111001 1001001 10110111 0 111101 1 11011 100101101 101100 110011

Color Harmonies of #B949B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949B7

Black with #B949B7

Text Example


Text Example

White with #B949B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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