#B750A6

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

Shades of Fuchsia #B750A6

Tints of Fuchsia #B750A6

Color information

#B750A6 (or 0xB750A6) is unknown color: approx Fuchsia. HEX triplet: B7, 50 and A6. RGB value is (183,80,166). Sum of RGB (Red+Green+Blue) = 183+80+166=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B750A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B750A6 is #48AF59. Grayscale: #787878. Windows color (decimal): -4763482 or 10899639. OLE color: 10899639.

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

Color convert

RGB18380166-
CMYK00.560.090.28
HSL309.9º41.7%51.57%-
HSV(B)309.9º56.28%71.76%-
XYZ29.2818.5638.12-
YUV120.6153.62172.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=42.66%
G=18.65%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838016600.560.090.28309.941.751.57
HexB750A603891C1362a34
Octal26712024607011344665264
Binary101101111010000101001100111000100111100100110110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B750A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B750A6; }

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

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

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

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

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

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

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

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