#B74EC3

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

Shades of Fuchsia #B74EC3

Tints of Fuchsia #B74EC3

Color information

#B74EC3 (or 0xB74EC3) is unknown color: approx Fuchsia. HEX triplet: B7, 4E and C3. RGB value is (183,78,195). Sum of RGB (Red+Green+Blue) = 183+78+195=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #B74EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EC3 is #48B13C. Grayscale: #7A7A7A. Windows color (decimal): -4763965 or 12799671. OLE color: 12799671.

HSL color Cylindrical-coordinate representation of color #B74EC3: hue angle of 293.85º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74EC3 is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18378195-
CMYK0.060.600.24
HSL293.85º49.37%53.53%-
HSV(B)293.85º60%76.47%-
XYZ32.119.4653.69-
YUV122.73168.79170.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 78 (30.86% from 255) = 17.11%
BLUE value IS 195 (76.56% from 255) = 42.76%
R=40.13%
G=17.11%
B=42.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183781950.060.600.24293.8549.3753.53
HexB74EC363C0181263136
Octal2671163036740304466166
Binary10110111100111011000011110111100011000100100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74EC3; }

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

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

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

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

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

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

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

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