Html Css Color HEX #B949B9 Fuchsia

📋 copy color: '#B949B9'

red 185 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #B949B9

Tints of Fuchsia #B949B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.76%

R = 41.76%
G = 16.48%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B949B9 (or 0xB949B9) is known color: Fuchsia. HEX triplet: B9, 49 and B9. RGB value is (185,73,185). Sum of RGB (Red+Green+Blue) = 185+73+185=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B949B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949B9 is #46B646. Grayscale: #767676. Windows color (decimal): -4634183 or 12143033. OLE color: 12143033.

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

Color convert

RGB 185 73 185 -
CMYK 0 0.61 0 0.27
HSL 300º 0.44% 0.51% -
HSV(B) 300º 0.61% 0.73% -
XYZ 31.15 18.58 47.84 -
YUV 119.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 185 73 185 0 0.61 0 0.27 300 0.44 0.51
Hex B9 49 B9 0 3D 0 1B 12C 2C 33
Octal 271 111 271 0 75 0 33 454 54 63
Binary 10111001 1001001 10111001 0 111101 0 11011 100101100 101100 110011

Color Harmonies of #B949B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949B9

Black with #B949B9

Text Example


Text Example

White with #B949B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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