#B744C2

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

Shades of Fuchsia #B744C2

Tints of Fuchsia #B744C2

Color information

#B744C2 (or 0xB744C2) is unknown color: approx Fuchsia. HEX triplet: B7, 44 and C2. RGB value is (183,68,194). Sum of RGB (Red+Green+Blue) = 183+68+194=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #B744C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744C2 is #48BB3D. Grayscale: #747474. Windows color (decimal): -4766526 or 12731575. OLE color: 12731575.

HSL color Cylindrical-coordinate representation of color #B744C2: hue angle of 294.76º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B744C2 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18368194-
CMYK0.060.6500.24
HSL294.76º50.81%51.37%-
HSV(B)294.76º64.95%76.08%-
XYZ31.3318.152.88-
YUV116.75171.6175.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 68 (26.95% from 255) = 15.28%
BLUE value IS 194 (76.17% from 255) = 43.60%
R=41.12%
G=15.28%
B=43.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183681940.060.6500.24294.7650.8151.37
HexB744C26410181273333
Octal26710430261010304476363
Binary101101111000100110000101101000001011000100100111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B744C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B744C2; }

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

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

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

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

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

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

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

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