Html Css Color HEX #B949BA Fuchsia

📋 copy color: '#B949BA'

red 185 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #B949BA

Tints of Fuchsia #B949BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 41.67%
G = 16.44%
B = 41.89%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B949BA (or 0xB949BA) is known color: Fuchsia. HEX triplet: B9, 49 and BA. RGB value is (185,73,186). Sum of RGB (Red+Green+Blue) = 185+73+186=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #B949BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949BA is #46B645. Grayscale: #777777. Windows color (decimal): -4634182 or 12208569. OLE color: 12208569.

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

Color convert

RGB 185 73 186 -
CMYK 0.01 0.61 0 0.27
HSL 299.47º 0.45% 0.51% -
HSV(B) 299.47º 0.61% 0.73% -
XYZ 31.25 18.62 48.4 -
YUV 119.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 185 73 186 0.01 0.61 0 0.27 299.47 0.45 0.51
Hex B9 49 BA 1 3D 0 1B 12B 2D 33
Octal 271 111 272 1 75 0 33 453 55 63
Binary 10111001 1001001 10111010 1 111101 0 11011 100101011 101101 110011

Color Harmonies of #B949BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949BA

Black with #B949BA

Text Example


Text Example

White with #B949BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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