#B74BB3

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

Shades of Fuchsia #B74BB3

Tints of Fuchsia #B74BB3

Color information

#B74BB3 (or 0xB74BB3) is unknown color: approx Fuchsia. HEX triplet: B7, 4B and B3. RGB value is (183,75,179). Sum of RGB (Red+Green+Blue) = 183+75+179=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BB3 is #48B44C. Grayscale: #767676. Windows color (decimal): -4764749 or 11750327. OLE color: 11750327.

HSL color Cylindrical-coordinate representation of color #B74BB3: hue angle of 302.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74BB3 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18375179-
CMYK00.590.020.28
HSL302.22º42.86%50.59%-
HSV(B)302.22º59.02%71.76%-
XYZ30.1818.3544.6-
YUV119.15161.78173.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 75 (29.69% from 255) = 17.16%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=41.88%
G=17.16%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837517900.590.020.28302.2242.8650.59
HexB74BB303B21C12e2b33
Octal2671132630732344565363
Binary1011011110010111011001101110111011100100101110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74BB3; }

 p { color: rgb(183,75,179); }

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

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

 a { background-color: rgb(183,75,179); }

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

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

 span { border-color: rgb(183,75,179); }

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