#B74ABA

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

Shades of Fuchsia #B74ABA

Tints of Fuchsia #B74ABA

Color information

#B74ABA (or 0xB74ABA) is unknown color: approx Fuchsia. HEX triplet: B7, 4A and BA. RGB value is (183,74,186). Sum of RGB (Red+Green+Blue) = 183+74+186=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B74ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ABA is #48B545. Grayscale: #777777. Windows color (decimal): -4764998 or 12208823. OLE color: 12208823.

HSL color Cylindrical-coordinate representation of color #B74ABA: hue angle of 298.39º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74ABA is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18374186-
CMYK0.020.6000.27
HSL298.39º44.8%50.98%-
HSV(B)298.39º60.22%72.94%-
XYZ30.8418.5148.4-
YUV119.36165.61173.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 74 (29.30% from 255) = 16.70%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=41.31%
G=16.70%
B=41.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183741860.020.6000.27298.3944.850.98
HexB74ABA23C01B12a2d33
Octal2671122722740334525563
Binary1011011110010101011101010111100011011100101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74ABA; }

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

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

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

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

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

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

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

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