#B448B2

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

Shades of Fuchsia #B448B2

Tints of Fuchsia #B448B2

Color information

#B448B2 (or 0xB448B2) is unknown color: approx Fuchsia. HEX triplet: B4, 48 and B2. RGB value is (180,72,178). Sum of RGB (Red+Green+Blue) = 180+72+178=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B448B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448B2 is #4BB74D. Grayscale: #747474. Windows color (decimal): -4962126 or 11684020. OLE color: 11684020.

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

Color convert

RGB18072178-
CMYK00.600.010.29
HSL301.11º42.86%49.41%-
HSV(B)301.11º60%70.59%-
XYZ29.1817.5543.97-
YUV116.38162.78173.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 178 (69.92% from 255) = 41.40%
R=41.86%
G=16.74%
B=41.40%

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
Decimal1807217800.600.010.29301.1142.8649.41
HexB448B203C11D12d2b31
Octal2641102620741354555361
Binary101101001001000101100100111100111101100101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448B2; }

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

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

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

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

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

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

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

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