#B740A8

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

Shades of Fuchsia #B740A8

Tints of Fuchsia #B740A8

Color information

#B740A8 (or 0xB740A8) is unknown color: approx Fuchsia. HEX triplet: B7, 40 and A8. RGB value is (183,64,168). Sum of RGB (Red+Green+Blue) = 183+64+168=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B740A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B740A8 is #48BF57. Grayscale: #6F6F6F. Windows color (decimal): -4767576 or 11026615. OLE color: 11026615.

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

Color convert

RGB18364168-
CMYK00.650.080.28
HSL307.56º48.18%48.43%-
HSV(B)307.56º65.03%71.76%-
XYZ28.4316.5638.74-
YUV111.44159.92179.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 168 (66.02% from 255) = 40.48%
R=44.10%
G=15.42%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836416800.650.080.28307.5648.1848.43
HexB740A804181C1343030
Octal267100250010110344646060
Binary1011011110000001010100001000001100011100100110100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B740A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B740A8; }

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

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

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

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

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

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

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

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