#B750B4

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

Shades of Fuchsia #B750B4

Tints of Fuchsia #B750B4

Color information

#B750B4 (or 0xB750B4) is unknown color: approx Fuchsia. HEX triplet: B7, 50 and B4. RGB value is (183,80,180). Sum of RGB (Red+Green+Blue) = 183+80+180=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B750B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750B4 is #48AF4B. Grayscale: #797979. Windows color (decimal): -4763468 or 11817143. OLE color: 11817143.

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

Color convert

RGB18380180-
CMYK00.560.020.28
HSL301.75º41.7%51.57%-
HSV(B)301.75º56.28%71.76%-
XYZ30.6419.145.25-
YUV122.2160.62171.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 180 (70.70% from 255) = 40.63%
R=41.31%
G=18.06%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838018000.560.020.28301.7541.751.57
HexB750B403821C12e2a34
Octal2671202640702344565264
Binary1011011110100001011010001110001011100100101110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B750B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B750B4; }

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

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

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

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

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

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

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

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