#B730AC

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

Shades of Fuchsia #B730AC

Tints of Fuchsia #B730AC

Color information

#B730AC (or 0xB730AC) is unknown color: approx Fuchsia. HEX triplet: B7, 30 and AC. RGB value is (183,48,172). Sum of RGB (Red+Green+Blue) = 183+48+172=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B730AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B730AC is #48CF53. Grayscale: #666666. Windows color (decimal): -4771668 or 11284663. OLE color: 11284663.

HSL color Cylindrical-coordinate representation of color #B730AC: hue angle of 304.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B730AC is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB18348172-
CMYK00.740.060.28
HSL304.89º58.44%45.29%-
HSV(B)304.89º73.77%71.76%-
XYZ28.0315.1640.48-
YUV102.5167.23185.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 48 (19.14% from 255) = 11.91%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=45.41%
G=11.91%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834817200.740.060.28304.8958.4445.29
HexB730AC04A61C1313a2d
Octal2676025401126344617255
Binary10110111110000101011000100101011011100100110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B730AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B730AC; }

 p { color: rgb(183,48,172); }

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

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

 a { background-color: rgb(183,48,172); }

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

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

 span { border-color: rgb(183,48,172); }

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