#B744B0

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

Shades of Fuchsia #B744B0

Tints of Fuchsia #B744B0

Color information

#B744B0 (or 0xB744B0) is unknown color: approx Fuchsia. HEX triplet: B7, 44 and B0. RGB value is (183,68,176). Sum of RGB (Red+Green+Blue) = 183+68+176=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B744B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B744B0 is #48BB4F. Grayscale: #727272. Windows color (decimal): -4766544 or 11551927. OLE color: 11551927.

HSL color Cylindrical-coordinate representation of color #B744B0: hue angle of 303.65º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B744B0 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18368176-
CMYK00.630.040.28
HSL303.65º45.82%49.22%-
HSV(B)303.65º62.84%71.76%-
XYZ29.4317.3442.87-
YUV114.7162.6176.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 68 (26.95% from 255) = 15.93%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=42.86%
G=15.93%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836817600.630.040.28303.6545.8249.22
HexB744B003F41C1302e31
Octal2671042600774344605661
Binary10110111100010010110000011111110011100100110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B744B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B744B0; }

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

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

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

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

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

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

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

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