#B74EBA

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

Shades of Fuchsia #B74EBA

Tints of Fuchsia #B74EBA

Color information

#B74EBA (or 0xB74EBA) is unknown color: approx Fuchsia. HEX triplet: B7, 4E and BA. RGB value is (183,78,186). Sum of RGB (Red+Green+Blue) = 183+78+186=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #B74EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EBA is #48B145. Grayscale: #797979. Windows color (decimal): -4763974 or 12209847. OLE color: 12209847.

HSL color Cylindrical-coordinate representation of color #B74EBA: hue angle of 298.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74EBA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18378186-
CMYK0.020.5800.27
HSL298.33º43.9%51.76%-
HSV(B)298.33º58.06%72.94%-
XYZ31.1219.0648.49-
YUV121.71164.29171.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=40.94%
G=17.45%
B=41.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183781860.020.5800.27298.3343.951.76
HexB74EBA23A01B12a2c34
Octal2671162722720334525464
Binary1011011110011101011101010111010011011100101010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74EBA; }

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

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

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

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

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

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

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

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