Html Css Color HEX #B049BB Fuchsia

📋 copy color: '#B049BB'

red 176 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #B049BB

Tints of Fuchsia #B049BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 40.37%
G = 16.74%
B = 42.89%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B049BB (or 0xB049BB) is known color: Fuchsia. HEX triplet: B0, 49 and BB. RGB value is (176,73,187). Sum of RGB (Red+Green+Blue) = 176+73+187=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #B049BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049BB is #4FB644. Grayscale: #747474. Windows color (decimal): -5224005 or 12274096. OLE color: 12274096.

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

Color convert

RGB 176 73 187 -
CMYK 0.06 0.61 0 0.27
HSL 294.21º 0.46% 0.51% -
HSV(B) 294.21º 0.61% 0.73% -
XYZ 29.26 17.58 48.87 -
YUV 116.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 176 73 187 0.06 0.61 0 0.27 294.21 0.46 0.51
Hex B0 49 BB 6 3D 0 1B 126 2E 33
Octal 260 111 273 6 75 0 33 446 56 63
Binary 10110000 1001001 10111011 110 111101 0 11011 100100110 101110 110011

Color Harmonies of #B049BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049BB

Black with #B049BB

Text Example


Text Example

White with #B049BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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