#B741AC

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

Shades of Fuchsia #B741AC

Tints of Fuchsia #B741AC

Color information

#B741AC (or 0xB741AC) is unknown color: approx Fuchsia. HEX triplet: B7, 41 and AC. RGB value is (183,65,172). Sum of RGB (Red+Green+Blue) = 183+65+172=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B741AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741AC is #48BE53. Grayscale: #707070. Windows color (decimal): -4767316 or 11289015. OLE color: 11289015.

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

Color convert

RGB18365172-
CMYK00.640.060.28
HSL305.59º47.58%48.63%-
HSV(B)305.59º64.48%71.76%-
XYZ28.8716.8340.76-
YUV112.48161.59178.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=43.57%
G=15.48%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836517200.640.060.28305.5947.5848.63
HexB741AC04061C1323031
Octal26710125401006344626061
Binary101101111000001101011000100000011011100100110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B741AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B741AC; }

 p { color: rgb(183,65,172); }

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

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

 a { background-color: rgb(183,65,172); }

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

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

 span { border-color: rgb(183,65,172); }

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