#B74CAD

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

Shades of Fuchsia #B74CAD

Tints of Fuchsia #B74CAD

Color information

#B74CAD (or 0xB74CAD) is unknown color: approx Fuchsia. HEX triplet: B7, 4C and AD. RGB value is (183,76,173). Sum of RGB (Red+Green+Blue) = 183+76+173=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CAD is #48B352. Grayscale: #767676. Windows color (decimal): -4764499 or 11357367. OLE color: 11357367.

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

Color convert

RGB18376173-
CMYK00.580.050.28
HSL305.61º42.63%50.78%-
HSV(B)305.61º58.47%71.76%-
XYZ29.6618.2541.5-
YUV119.05158.45173.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 76 (30.08% from 255) = 17.59%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=42.36%
G=17.59%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837617300.580.050.28305.6142.6350.78
HexB74CAD03A51C1322b33
Octal2671142550725344625363
Binary10110111100110010101101011101010111100100110010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74CAD; }

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

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

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

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

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

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

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

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