#B749BA

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

Shades of Fuchsia #B749BA

Tints of Fuchsia #B749BA

Color information

#B749BA (or 0xB749BA) is unknown color: approx Fuchsia. HEX triplet: B7, 49 and BA. RGB value is (183,73,186). Sum of RGB (Red+Green+Blue) = 183+73+186=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #B749BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749BA is #48B645. Grayscale: #767676. Windows color (decimal): -4765254 or 12208567. OLE color: 12208567.

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

Color convert

RGB18373186-
CMYK0.020.6100.27
HSL298.41º45.02%50.78%-
HSV(B)298.41º60.75%72.94%-
XYZ30.7718.3848.38-
YUV118.77165.94173.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 73 (28.91% from 255) = 16.52%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=41.40%
G=16.52%
B=42.08%

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
Decimal183731860.020.6100.27298.4145.0250.78
HexB749BA23D01B12a2d33
Octal2671112722750334525563
Binary1011011110010011011101010111101011011100101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B749BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B749BA; }

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

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

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

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

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

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

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

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