Html Css Color HEX #B849BA Fuchsia

📋 copy color: '#B849BA'

red 184 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #B849BA

Tints of Fuchsia #B849BA

RGB

 RED value IS 184 (72.27% from 255) = 41.53%

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

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

R = 41.53%
G = 16.48%
B = 41.99%

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

#B849BA (or 0xB849BA) is known color: Fuchsia. HEX triplet: B8, 49 and BA. RGB value is (184,73,186). Sum of RGB (Red+Green+Blue) = 184+73+186=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B849BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849BA is #47B645. Grayscale: #767676. Windows color (decimal): -4699718 or 12208568. OLE color: 12208568.

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

Color convert

RGB 184 73 186 -
CMYK 0.01 0.61 0 0.27
HSL 298.94º 0.45% 0.51% -
HSV(B) 298.94º 0.61% 0.73% -
XYZ 31.01 18.5 48.39 -
YUV 119.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 184 73 186 0.01 0.61 0 0.27 298.94 0.45 0.51
Hex B8 49 BA 1 3D 0 1B 12B 2D 33
Octal 270 111 272 1 75 0 33 453 55 63
Binary 10111000 1001001 10111010 1 111101 0 11011 100101011 101101 110011

Color Harmonies of #B849BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849BA

Black with #B849BA

Text Example


Text Example

White with #B849BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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