#B450B2

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

Shades of Fuchsia #B450B2

Tints of Fuchsia #B450B2

Color information

#B450B2 (or 0xB450B2) is unknown color: approx Fuchsia. HEX triplet: B4, 50 and B2. RGB value is (180,80,178). Sum of RGB (Red+Green+Blue) = 180+80+178=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B450B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B450B2 is #4BAF4D. Grayscale: #787878. Windows color (decimal): -4960078 or 11686068. OLE color: 11686068.

HSL color Cylindrical-coordinate representation of color #B450B2: hue angle of 301.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B450B2 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18080178-
CMYK00.560.010.29
HSL301.2º40%50.98%-
HSV(B)301.2º55.56%70.59%-
XYZ29.7318.6544.15-
YUV121.07160.13170.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 80 (31.64% from 255) = 18.26%
BLUE value IS 178 (69.92% from 255) = 40.64%
R=41.10%
G=18.26%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808017800.560.010.29301.24050.98
HexB450B203811D12d2833
Octal2641202620701354555063
Binary101101001010000101100100111000111101100101101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B450B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B450B2; }

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

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

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

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

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

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

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

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