#B74DB2

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

Shades of Fuchsia #B74DB2

Tints of Fuchsia #B74DB2

Color information

#B74DB2 (or 0xB74DB2) is unknown color: approx Fuchsia. HEX triplet: B7, 4D and B2. RGB value is (183,77,178). Sum of RGB (Red+Green+Blue) = 183+77+178=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74DB2 is #48B24D. Grayscale: #777777. Windows color (decimal): -4764238 or 11685303. OLE color: 11685303.

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

Color convert

RGB18377178-
CMYK00.580.030.28
HSL302.83º42.4%50.98%-
HSV(B)302.83º57.92%71.76%-
XYZ30.2218.5944.11-
YUV120.21160.62172.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.78%
GREEN value IS 77 (30.47% from 255) = 17.58%
BLUE value IS 178 (69.92% from 255) = 40.64%
R=41.78%
G=17.58%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837717800.580.030.28302.8342.450.98
HexB74DB203A31C12f2a33
Octal2671152620723344575263
Binary1011011110011011011001001110101111100100101111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74DB2; }

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

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

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

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

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

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

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

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