Html Css Color HEX #B249B7 Fuchsia

📋 copy color: '#B249B7'

red 178 ◦ green 73 ◦ blue 183

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

Shades of Fuchsia #B249B7

Tints of Fuchsia #B249B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.17%

R = 41.01%
G = 16.82%
B = 42.17%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B249B7 (or 0xB249B7) is known color: Fuchsia. HEX triplet: B2, 49 and B7. RGB value is (178,73,183). Sum of RGB (Red+Green+Blue) = 178+73+183=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #B249B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249B7 is #4DB648. Grayscale: #747474. Windows color (decimal): -5092937 or 12011954. OLE color: 12011954.

HSL color Cylindrical-coordinate representation of color #B249B7: hue angle of 297.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B249B7 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 73 183 -
CMYK 0.03 0.60 0 0.28
HSL 297.27º 0.43% 0.5% -
HSV(B) 297.27º 0.6% 0.72% -
XYZ 29.29 17.65 46.66 -
YUV 116.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 178 73 183 0.03 0.60 0 0.28 297.27 0.43 0.5
Hex B2 49 B7 3 3C 0 1C 129 2B 32
Octal 262 111 267 3 74 0 34 451 53 62
Binary 10110010 1001001 10110111 11 111100 0 11100 100101001 101011 110010

Color Harmonies of #B249B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249B7

Black with #B249B7

Text Example


Text Example

White with #B249B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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