#B138AD

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

Shades of Fuchsia #B138AD

Tints of Fuchsia #B138AD

Color information

#B138AD (or 0xB138AD) is unknown color: approx Fuchsia. HEX triplet: B1, 38 and AD. RGB value is (177,56,173). Sum of RGB (Red+Green+Blue) = 177+56+173=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B138AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138AD is #4EC752. Grayscale: #696969. Windows color (decimal): -5162835 or 11352241. OLE color: 11352241.

HSL color Cylindrical-coordinate representation of color #B138AD: hue angle of 301.98º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B138AD is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17756173-
CMYK00.680.020.31
HSL301.98º51.93%45.69%-
HSV(B)301.98º68.36%69.41%-
XYZ27.0915.1941.04-
YUV105.52166.09178.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 56 (22.27% from 255) = 13.79%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=43.60%
G=13.79%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775617300.680.020.31301.9851.9345.69
HexB138AD04421F12e342e
Octal2617025501042374566456
Binary1011000111100010101101010001001011111100101110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B138AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B138AD; }

 p { color: rgb(177,56,173); }

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

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

 a { background-color: rgb(177,56,173); }

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

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

 span { border-color: rgb(177,56,173); }

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