#B74CC2

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

Shades of Fuchsia #B74CC2

Tints of Fuchsia #B74CC2

Color information

#B74CC2 (or 0xB74CC2) is unknown color: approx Fuchsia. HEX triplet: B7, 4C and C2. RGB value is (183,76,194). Sum of RGB (Red+Green+Blue) = 183+76+194=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #B74CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CC2 is #48B33D. Grayscale: #797979. Windows color (decimal): -4764478 or 12733623. OLE color: 12733623.

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

Color convert

RGB18376194-
CMYK0.060.6100.24
HSL294.41º49.17%52.94%-
HSV(B)294.41º60.82%76.08%-
XYZ31.8519.1353.05-
YUV121.44168.95171.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 76 (30.08% from 255) = 16.78%
BLUE value IS 194 (76.17% from 255) = 42.83%
R=40.40%
G=16.78%
B=42.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183761940.060.6100.24294.4149.1752.94
HexB74CC263D0181263135
Octal2671143026750304466165
Binary10110111100110011000010110111101011000100100110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74CC2; }

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

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

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

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

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

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

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

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