#B74BB2

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

Shades of Fuchsia #B74BB2

Tints of Fuchsia #B74BB2

Color information

#B74BB2 (or 0xB74BB2) is unknown color: approx Fuchsia. HEX triplet: B7, 4B and B2. RGB value is (183,75,178). Sum of RGB (Red+Green+Blue) = 183+75+178=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BB2 is #48B44D. Grayscale: #767676. Windows color (decimal): -4764750 or 11684791. OLE color: 11684791.

HSL color Cylindrical-coordinate representation of color #B74BB2: hue angle of 302.78º 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 #B74BB2 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18375178-
CMYK00.590.030.28
HSL302.78º42.86%50.59%-
HSV(B)302.78º59.02%71.76%-
XYZ30.0818.3144.07-
YUV119.03161.28173.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 178 (69.92% from 255) = 40.83%
R=41.97%
G=17.20%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837517800.590.030.28302.7842.8650.59
HexB74BB203B31C12f2b33
Octal2671132620733344575363
Binary1011011110010111011001001110111111100100101111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74BB2; }

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

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

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

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

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

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

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

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