#B730AB

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

Shades of Fuchsia #B730AB

Tints of Fuchsia #B730AB

Color information

#B730AB (or 0xB730AB) is unknown color: approx Fuchsia. HEX triplet: B7, 30 and AB. RGB value is (183,48,171). Sum of RGB (Red+Green+Blue) = 183+48+171=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B730AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B730AB is #48CF54. Grayscale: #666666. Windows color (decimal): -4771669 or 11219127. OLE color: 11219127.

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

Color convert

RGB18348171-
CMYK00.740.070.28
HSL305.33º58.44%45.29%-
HSV(B)305.33º73.77%71.76%-
XYZ27.9415.1239.97-
YUV102.39166.73185.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 48 (19.14% from 255) = 11.94%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=45.52%
G=11.94%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834817100.740.070.28305.3358.4445.29
HexB730AB04A71C1313a2d
Octal2676025301127344617255
Binary10110111110000101010110100101011111100100110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B730AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B730AB; }

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

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

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

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

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

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

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

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