#B448A7

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

Shades of Fuchsia #B448A7

Tints of Fuchsia #B448A7

Color information

#B448A7 (or 0xB448A7) is unknown color: approx Fuchsia. HEX triplet: B4, 48 and A7. RGB value is (180,72,167). Sum of RGB (Red+Green+Blue) = 180+72+167=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B448A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448A7 is #4BB758. Grayscale: #727272. Windows color (decimal): -4962137 or 10963124. OLE color: 10963124.

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

Color convert

RGB18072167-
CMYK00.600.070.29
HSL307.22º42.86%49.41%-
HSV(B)307.22º60%70.59%-
XYZ28.1117.1338.38-
YUV115.12157.28174.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 167 (65.62% from 255) = 39.86%
R=42.96%
G=17.18%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807216700.600.070.29307.2242.8649.41
HexB448A703C71D1332b31
Octal2641102470747354635361
Binary10110100100100010100111011110011111101100110011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448A7; }

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

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

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

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

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

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

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

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