#B438AD

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

Shades of Fuchsia #B438AD

Tints of Fuchsia #B438AD

Color information

#B438AD (or 0xB438AD) is unknown color: approx Fuchsia. HEX triplet: B4, 38 and AD. RGB value is (180,56,173). Sum of RGB (Red+Green+Blue) = 180+56+173=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B438AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B438AD is #4BC752. Grayscale: #6A6A6A. Windows color (decimal): -4966227 or 11352244. OLE color: 11352244.

HSL color Cylindrical-coordinate representation of color #B438AD: hue angle of 303.39º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B438AD is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18056173-
CMYK00.690.040.29
HSL303.39º52.54%46.27%-
HSV(B)303.39º68.89%70.59%-
XYZ27.7815.5541.07-
YUV106.41165.58180.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 56 (22.27% from 255) = 13.69%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=44.01%
G=13.69%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805617300.690.040.29303.3952.5446.27
HexB438AD04541D12f352e
Octal2647025501054354576556
Binary10110100111000101011010100010110011101100101111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438AD; }

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

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

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

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

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

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

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

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