#B750AD

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

Shades of Fuchsia #B750AD

Tints of Fuchsia #B750AD

Color information

#B750AD (or 0xB750AD) is unknown color: approx Fuchsia. HEX triplet: B7, 50 and AD. RGB value is (183,80,173). Sum of RGB (Red+Green+Blue) = 183+80+173=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B750AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B750AD is #48AF52. Grayscale: #797979. Windows color (decimal): -4763475 or 11358391. OLE color: 11358391.

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

Color convert

RGB18380173-
CMYK00.560.050.28
HSL305.83º41.7%51.57%-
HSV(B)305.83º56.28%71.76%-
XYZ29.9418.8241.59-
YUV121.4157.12171.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 80 (31.64% from 255) = 18.35%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=41.97%
G=18.35%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838017300.560.050.28305.8341.751.57
HexB750AD03851C1322a34
Octal2671202550705344625264
Binary10110111101000010101101011100010111100100110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B750AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B750AD; }

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

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

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

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

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

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

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

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