#B438B3

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

Shades of Fuchsia #B438B3

Tints of Fuchsia #B438B3

Color information

#B438B3 (or 0xB438B3) is unknown color: approx Fuchsia. HEX triplet: B4, 38 and B3. RGB value is (180,56,179). Sum of RGB (Red+Green+Blue) = 180+56+179=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B438B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438B3 is #4BC74C. Grayscale: #6A6A6A. Windows color (decimal): -4966221 or 11745460. OLE color: 11745460.

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

Color convert

RGB18056179-
CMYK00.690.010.29
HSL300.48º52.54%46.27%-
HSV(B)300.48º68.89%70.59%-
XYZ28.3715.7944.2-
YUV107.1168.58180-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 56 (22.27% from 255) = 13.49%
BLUE value IS 179 (70.31% from 255) = 43.13%
R=43.37%
G=13.49%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805617900.690.010.29300.4852.5446.27
HexB438B304511D12c352e
Octal2647026301051354546556
Binary101101001110001011001101000101111101100101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438B3; }

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

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

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

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

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

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

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

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