Html Css Color HEX #B249B9 Fuchsia

📋 copy color: '#B249B9'

red 178 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #B249B9

Tints of Fuchsia #B249B9

RGB

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

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

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

R = 40.83%
G = 16.74%
B = 42.43%

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

#B249B9 (or 0xB249B9) is known color: Fuchsia. HEX triplet: B2, 49 and B9. RGB value is (178,73,185). Sum of RGB (Red+Green+Blue) = 178+73+185=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #B249B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249B9 is #4DB646. Grayscale: #747474. Windows color (decimal): -5092935 or 12143026. OLE color: 12143026.

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

Color convert

RGB 178 73 185 -
CMYK 0.04 0.61 0 0.27
HSL 296.25º 0.44% 0.51% -
HSV(B) 296.25º 0.61% 0.73% -
XYZ 29.5 17.73 47.77 -
YUV 117.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 178 73 185 0.04 0.61 0 0.27 296.25 0.44 0.51
Hex B2 49 B9 4 3D 0 1B 128 2C 33
Octal 262 111 271 4 75 0 33 450 54 63
Binary 10110010 1001001 10111001 100 111101 0 11011 100101000 101100 110011

Color Harmonies of #B249B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249B9

Black with #B249B9

Text Example


Text Example

White with #B249B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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