#B749BB

Color #B749BB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B749BB

Tints of Fuchsia #B749BB

Color information

#B749BB (or 0xB749BB) is unknown color: approx Fuchsia. HEX triplet: B7, 49 and BB. RGB value is (183,73,187). Sum of RGB (Red+Green+Blue) = 183+73+187=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #B749BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749BB is #48B644. Grayscale: #767676. Windows color (decimal): -4765253 or 12274103. OLE color: 12274103.

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

Color convert

RGB18373187-
CMYK0.020.6100.27
HSL297.89º45.6%50.98%-
HSV(B)297.89º60.96%73.33%-
XYZ30.8818.4248.94-
YUV118.89166.44173.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=41.31%
G=16.48%
B=42.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183731870.020.6100.27297.8945.650.98
HexB749BB23D01B12a2e33
Octal2671112732750334525663
Binary1011011110010011011101110111101011011100101010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B749BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B749BB; }

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

 H1.HeaderClassName
 {
   color: #B749BB;
 }
 .AnyTagClassName
 {
   color: #B749BB;
 }
</style>
background-color css

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

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

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

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

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

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