#B741B8

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

Shades of Fuchsia #B741B8

Tints of Fuchsia #B741B8

Color information

#B741B8 (or 0xB741B8) is unknown color: approx Fuchsia. HEX triplet: B7, 41 and B8. RGB value is (183,65,184). Sum of RGB (Red+Green+Blue) = 183+65+184=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 184 - color contains mainly: blue. Hex color #B741B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741B8 is #48BE47. Grayscale: #717171. Windows color (decimal): -4767304 or 12075447. OLE color: 12075447.

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

Color convert

RGB18365184-
CMYK0.010.6500.28
HSL299.5º47.79%48.82%-
HSV(B)299.5º64.67%72.16%-
XYZ30.0717.3147.1-
YUV113.85167.59177.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 65 (25.78% from 255) = 15.05%
BLUE value IS 184 (72.27% from 255) = 42.59%
R=42.36%
G=15.05%
B=42.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183651840.010.6500.28299.547.7948.82
HexB741B814101C12b3031
Octal26710127011010344536061
Binary1011011110000011011100011000001011100100101011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B741B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B741B8; }

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

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

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

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

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

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

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

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