#B74EBC

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

Shades of Fuchsia #B74EBC

Tints of Fuchsia #B74EBC

Color information

#B74EBC (or 0xB74EBC) is unknown color: approx Fuchsia. HEX triplet: B7, 4E and BC. RGB value is (183,78,188). Sum of RGB (Red+Green+Blue) = 183+78+188=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #B74EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EBC is #48B143. Grayscale: #797979. Windows color (decimal): -4763972 or 12340919. OLE color: 12340919.

HSL color Cylindrical-coordinate representation of color #B74EBC: hue angle of 297.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74EBC is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18378188-
CMYK0.030.5900.26
HSL297.27º45.08%52.16%-
HSV(B)297.27º58.51%73.73%-
XYZ31.3319.1549.62-
YUV121.93165.29171.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=40.76%
G=17.37%
B=41.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183781880.030.5900.26297.2745.0852.16
HexB74EBC33B01A1292d34
Octal2671162743730324515564
Binary1011011110011101011110011111011011010100101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74EBC; }

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

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

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

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

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

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

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

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