Html Css Color HEX #B049BE Fuchsia

📋 copy color: '#B049BE'

red 176 ◦ green 73 ◦ blue 190

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

Shades of Fuchsia #B049BE

Tints of Fuchsia #B049BE

RGB

 RED value IS 176 (69.14% from 255) = 40.09%

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

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 40.09%
G = 16.63%
B = 43.28%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B049BE (or 0xB049BE) is known color: Fuchsia. HEX triplet: B0, 49 and BE. RGB value is (176,73,190). Sum of RGB (Red+Green+Blue) = 176+73+190=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #B049BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049BE is #4FB641. Grayscale: #747474. Windows color (decimal): -5224002 or 12470704. OLE color: 12470704.

HSL color Cylindrical-coordinate representation of color #B049BE: hue angle of 292.82º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B049BE is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 73 190 -
CMYK 0.07 0.62 0 0.25
HSL 292.82º 0.47% 0.52% -
HSV(B) 292.82º 0.62% 0.75% -
XYZ 29.58 17.71 50.58 -
YUV 117.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 176 73 190 0.07 0.62 0 0.25 292.82 0.47 0.52
Hex B0 49 BE 7 3E 0 19 125 2F 34
Octal 260 111 276 7 76 0 31 445 57 64
Binary 10110000 1001001 10111110 111 111110 0 11001 100100101 101111 110100

Color Harmonies of #B049BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049BE

Black with #B049BE

Text Example


Text Example

White with #B049BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049BE; }

 p { color: rgb(176,73,190); }

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

background-color css

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

 a { background-color: rgb(176,73,190); }

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

border-color css

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

 span { border-color: rgb(176,73,190); }

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