#B74EA7

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

Shades of Fuchsia #B74EA7

Tints of Fuchsia #B74EA7

Color information

#B74EA7 (or 0xB74EA7) is unknown color: approx Fuchsia. HEX triplet: B7, 4E and A7. RGB value is (183,78,167). Sum of RGB (Red+Green+Blue) = 183+78+167=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B74EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74EA7 is #48B158. Grayscale: #777777. Windows color (decimal): -4763993 or 10964663. OLE color: 10964663.

HSL color Cylindrical-coordinate representation of color #B74EA7: hue angle of 309.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74EA7 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18378167-
CMYK00.570.090.28
HSL309.14º42.17%51.18%-
HSV(B)309.14º57.38%71.76%-
XYZ29.2318.3138.55-
YUV119.54154.79173.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 78 (30.86% from 255) = 18.22%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=42.76%
G=18.22%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837816700.570.090.28309.1442.1751.18
HexB74EA703991C1352a33
Octal26711624707111344655263
Binary101101111001110101001110111001100111100100110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74EA7; }

 p { color: rgb(183,78,167); }

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

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

 a { background-color: rgb(183,78,167); }

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

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

 span { border-color: rgb(183,78,167); }

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