#B740C5

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

Shades of Fuchsia #B740C5

Tints of Fuchsia #B740C5

Color information

#B740C5 (or 0xB740C5) is unknown color: approx Fuchsia. HEX triplet: B7, 40 and C5. RGB value is (183,64,197). Sum of RGB (Red+Green+Blue) = 183+64+197=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 197 - color contains mainly: blue. Hex color #B740C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740C5 is #48BF3A. Grayscale: #727272. Windows color (decimal): -4767547 or 12927159. OLE color: 12927159.

HSL color Cylindrical-coordinate representation of color #B740C5: hue angle of 293.68º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B740C5 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18364197-
CMYK0.070.6800.23
HSL293.68º53.41%51.18%-
HSV(B)293.68º67.51%77.25%-
XYZ31.4417.7754.6-
YUV114.74174.42176.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 64 (25.39% from 255) = 14.41%
BLUE value IS 197 (77.34% from 255) = 44.37%
R=41.22%
G=14.41%
B=44.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183641970.070.6800.23293.6853.4151.18
HexB740C57440171263533
Octal26710030571040274466563
Binary101101111000000110001011111000100010111100100110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B740C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B740C5; }

 p { color: rgb(183,64,197); }

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

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

 a { background-color: rgb(183,64,197); }

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

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

 span { border-color: rgb(183,64,197); }

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