#B74EBE

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

Shades of Fuchsia #B74EBE

Tints of Fuchsia #B74EBE

Color information

#B74EBE (or 0xB74EBE) is unknown color: approx Fuchsia. HEX triplet: B7, 4E and BE. RGB value is (183,78,190). Sum of RGB (Red+Green+Blue) = 183+78+190=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #B74EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EBE is #48B141. Grayscale: #797979. Windows color (decimal): -4763970 or 12471991. OLE color: 12471991.

HSL color Cylindrical-coordinate representation of color #B74EBE: hue angle of 296.25º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74EBE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18378190-
CMYK0.040.5900.25
HSL296.25º46.28%52.55%-
HSV(B)296.25º58.95%74.51%-
XYZ31.5519.2350.76-
YUV122.16166.29171.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 78 (30.86% from 255) = 17.29%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=40.58%
G=17.29%
B=42.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183781900.040.5900.25296.2546.2852.55
HexB74EBE43B0191282e35
Octal2671162764730314505665
Binary10110111100111010111110100111011011001100101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74EBE; }

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

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

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

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

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

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

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

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