#B741BD

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

Shades of Fuchsia #B741BD

Tints of Fuchsia #B741BD

Color information

#B741BD (or 0xB741BD) is unknown color: approx Fuchsia. HEX triplet: B7, 41 and BD. RGB value is (183,65,189). Sum of RGB (Red+Green+Blue) = 183+65+189=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #B741BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741BD is #48BE42. Grayscale: #727272. Windows color (decimal): -4767299 or 12403127. OLE color: 12403127.

HSL color Cylindrical-coordinate representation of color #B741BD: hue angle of 297.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B741BD is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18365189-
CMYK0.030.6600.26
HSL297.1º48.82%49.8%-
HSV(B)297.1º65.61%74.12%-
XYZ30.617.5249.91-
YUV114.42170.09176.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 65 (25.78% from 255) = 14.87%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=41.88%
G=14.87%
B=43.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183651890.030.6600.26297.148.8249.8
HexB741BD34201A1293132
Octal26710127531020324516162
Binary10110111100000110111101111000010011010100101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B741BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B741BD; }

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

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

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

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

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

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

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

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