#B744BA

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

Shades of Fuchsia #B744BA

Tints of Fuchsia #B744BA

Color information

#B744BA (or 0xB744BA) is unknown color: approx Fuchsia. HEX triplet: B7, 44 and BA. RGB value is (183,68,186). Sum of RGB (Red+Green+Blue) = 183+68+186=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B744BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744BA is #48BB45. Grayscale: #737373. Windows color (decimal): -4766534 or 12207287. OLE color: 12207287.

HSL color Cylindrical-coordinate representation of color #B744BA: hue angle of 298.47º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B744BA is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18368186-
CMYK0.020.6300.27
HSL298.47º46.46%49.8%-
HSV(B)298.47º63.44%72.94%-
XYZ30.4617.7548.27-
YUV115.84167.6175.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 68 (26.95% from 255) = 15.56%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=41.88%
G=15.56%
B=42.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183681860.020.6300.27298.4746.4649.8
HexB744BA23F01B12a2e32
Octal2671042722770334525662
Binary1011011110001001011101010111111011011100101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B744BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B744BA; }

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

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

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

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

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

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

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

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