#B74FB8

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

Shades of Fuchsia #B74FB8

Tints of Fuchsia #B74FB8

Color information

#B74FB8 (or 0xB74FB8) is unknown color: approx Fuchsia. HEX triplet: B7, 4F and B8. RGB value is (183,79,184). Sum of RGB (Red+Green+Blue) = 183+79+184=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 184 - color contains mainly: blue. Hex color #B74FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FB8 is #48B047. Grayscale: #797979. Windows color (decimal): -4763720 or 12079031. OLE color: 12079031.

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

Color convert

RGB18379184-
CMYK0.010.5700.28
HSL299.43º42.51%51.57%-
HSV(B)299.43º57.07%72.16%-
XYZ30.9819.1247.41-
YUV122.07162.96171.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 79 (31.25% from 255) = 17.71%
BLUE value IS 184 (72.27% from 255) = 41.26%
R=41.03%
G=17.71%
B=41.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183791840.010.5700.28299.4342.5151.57
HexB74FB813901C12b2b34
Octal2671172701710344535364
Binary101101111001111101110001111001011100100101011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74FB8; }

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

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

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

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

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

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

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

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