#B438B0

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

Shades of Fuchsia #B438B0

Tints of Fuchsia #B438B0

Color information

#B438B0 (or 0xB438B0) is unknown color: approx Fuchsia. HEX triplet: B4, 38 and B0. RGB value is (180,56,176). Sum of RGB (Red+Green+Blue) = 180+56+176=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B438B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B438B0 is #4BC74F. Grayscale: #6A6A6A. Windows color (decimal): -4966224 or 11548852. OLE color: 11548852.

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

Color convert

RGB18056176-
CMYK00.690.020.29
HSL301.94º52.54%46.27%-
HSV(B)301.94º68.89%70.59%-
XYZ28.0715.6742.62-
YUV106.76167.08180.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 56 (22.27% from 255) = 13.59%
BLUE value IS 176 (69.14% from 255) = 42.72%
R=43.69%
G=13.59%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805617600.690.020.29301.9452.5446.27
HexB438B004521D12e352e
Octal2647026001052354566556
Binary1011010011100010110000010001011011101100101110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438B0; }

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

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

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

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

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

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

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

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