#B74ABE

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

Shades of Fuchsia #B74ABE

Tints of Fuchsia #B74ABE

Color information

#B74ABE (or 0xB74ABE) is unknown color: approx Fuchsia. HEX triplet: B7, 4A and BE. RGB value is (183,74,190). Sum of RGB (Red+Green+Blue) = 183+74+190=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #B74ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ABE is #48B541. Grayscale: #777777. Windows color (decimal): -4764994 or 12470967. OLE color: 12470967.

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

Color convert

RGB18374190-
CMYK0.040.6100.25
HSL296.38º47.15%51.76%-
HSV(B)296.38º61.05%74.51%-
XYZ31.2718.6850.67-
YUV119.82167.61173.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 74 (29.30% from 255) = 16.55%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=40.94%
G=16.55%
B=42.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183741900.040.6100.25296.3847.1551.76
HexB74ABE43D0191282f34
Octal2671122764750314505764
Binary10110111100101010111110100111101011001100101000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74ABE; }

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

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

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

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

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

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

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

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