#B74DB5

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

Shades of Fuchsia #B74DB5

Tints of Fuchsia #B74DB5

Color information

#B74DB5 (or 0xB74DB5) is unknown color: approx Fuchsia. HEX triplet: B7, 4D and B5. RGB value is (183,77,181). Sum of RGB (Red+Green+Blue) = 183+77+181=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DB5 is #48B24A. Grayscale: #787878. Windows color (decimal): -4764235 or 11881911. OLE color: 11881911.

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

Color convert

RGB18377181-
CMYK00.580.010.28
HSL301.13º42.4%50.98%-
HSV(B)301.13º57.92%71.76%-
XYZ30.5218.7145.72-
YUV120.55162.12172.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 77 (30.47% from 255) = 17.46%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=41.50%
G=17.46%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837718100.580.010.28301.1342.450.98
HexB74DB503A11C12d2a33
Octal2671152650721344555263
Binary101101111001101101101010111010111100100101101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74DB5; }

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

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

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

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

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

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

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

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