#B448B3

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

Shades of Fuchsia #B448B3

Tints of Fuchsia #B448B3

Color information

#B448B3 (or 0xB448B3) is unknown color: approx Fuchsia. HEX triplet: B4, 48 and B3. RGB value is (180,72,179). Sum of RGB (Red+Green+Blue) = 180+72+179=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B448B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448B3 is #4BB74C. Grayscale: #747474. Windows color (decimal): -4962125 or 11749556. OLE color: 11749556.

HSL color Cylindrical-coordinate representation of color #B448B3: hue angle of 300.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B448B3 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18072179-
CMYK00.600.010.29
HSL300.56º42.86%49.41%-
HSV(B)300.56º60%70.59%-
XYZ29.2817.5944.5-
YUV116.49163.28173.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 72 (28.52% from 255) = 16.71%
BLUE value IS 179 (70.31% from 255) = 41.53%
R=41.76%
G=16.71%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807217900.600.010.29300.5642.8649.41
HexB448B303C11D12d2b31
Octal2641102630741354555361
Binary101101001001000101100110111100111101100101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448B3; }

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

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

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

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

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

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

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

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