#B74AC1

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

Shades of Fuchsia #B74AC1

Tints of Fuchsia #B74AC1

Color information

#B74AC1 (or 0xB74AC1) is unknown color: approx Fuchsia. HEX triplet: B7, 4A and C1. RGB value is (183,74,193). Sum of RGB (Red+Green+Blue) = 183+74+193=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #B74AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74AC1 is #48B53E. Grayscale: #777777. Windows color (decimal): -4764991 or 12667575. OLE color: 12667575.

HSL color Cylindrical-coordinate representation of color #B74AC1: hue angle of 294.96º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74AC1 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18374193-
CMYK0.050.6200.24
HSL294.96º48.97%52.35%-
HSV(B)294.96º61.66%75.69%-
XYZ31.618.8252.42-
YUV120.16169.11172.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 74 (29.30% from 255) = 16.44%
BLUE value IS 193 (75.78% from 255) = 42.89%
R=40.67%
G=16.44%
B=42.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183741930.050.6200.24294.9648.9752.35
HexB74AC153E0181273134
Octal2671123015760304476164
Binary10110111100101011000001101111110011000100100111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74AC1; }

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

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

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

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

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

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

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

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