Html Css Color HEX #B249BA Fuchsia

📋 copy color: '#B249BA'

red 178 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #B249BA

Tints of Fuchsia #B249BA

RGB

 RED value IS 178 (69.92% from 255) = 40.73%

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

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

R = 40.73%
G = 16.7%
B = 42.56%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B249BA (or 0xB249BA) is known color: Fuchsia. HEX triplet: B2, 49 and BA. RGB value is (178,73,186). Sum of RGB (Red+Green+Blue) = 178+73+186=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B249BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249BA is #4DB645. Grayscale: #747474. Windows color (decimal): -5092934 or 12208562. OLE color: 12208562.

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

Color convert

RGB 178 73 186 -
CMYK 0.04 0.61 0 0.27
HSL 295.75º 0.45% 0.51% -
HSV(B) 295.75º 0.61% 0.73% -
XYZ 29.61 17.78 48.32 -
YUV 117.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 178 73 186 0.04 0.61 0 0.27 295.75 0.45 0.51
Hex B2 49 BA 4 3D 0 1B 128 2D 33
Octal 262 111 272 4 75 0 33 450 55 63
Binary 10110010 1001001 10111010 100 111101 0 11011 100101000 101101 110011

Color Harmonies of #B249BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249BA

Black with #B249BA

Text Example


Text Example

White with #B249BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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