#B74FC2

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

Shades of Fuchsia #B74FC2

Tints of Fuchsia #B74FC2

Color information

#B74FC2 (or 0xB74FC2) is unknown color: approx Fuchsia. HEX triplet: B7, 4F and C2. RGB value is (183,79,194). Sum of RGB (Red+Green+Blue) = 183+79+194=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #B74FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FC2 is #48B03D. Grayscale: #7A7A7A. Windows color (decimal): -4763710 or 12734391. OLE color: 12734391.

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

Color convert

RGB18379194-
CMYK0.060.5900.24
HSL294.26º48.52%53.53%-
HSV(B)294.26º59.28%76.08%-
XYZ32.0619.5553.12-
YUV123.21167.96170.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 79 (31.25% from 255) = 17.32%
BLUE value IS 194 (76.17% from 255) = 42.54%
R=40.13%
G=17.32%
B=42.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183791940.060.5900.24294.2648.5253.53
HexB74FC263B0181263136
Octal2671173026730304466166
Binary10110111100111111000010110111011011000100100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74FC2; }

 p { color: rgb(183,79,194); }

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

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

 a { background-color: rgb(183,79,194); }

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

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

 span { border-color: rgb(183,79,194); }

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