#B450B4

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

Shades of Fuchsia #B450B4

Tints of Fuchsia #B450B4

Color information

#B450B4 (or 0xB450B4) is unknown color: approx Fuchsia. HEX triplet: B4, 50 and B4. RGB value is (180,80,180). Sum of RGB (Red+Green+Blue) = 180+80+180=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B450B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450B4 is #4BAF4B. Grayscale: #787878. Windows color (decimal): -4960076 or 11817140. OLE color: 11817140.

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

Color convert

RGB18080180-
CMYK00.5600.29
HSL300º40%50.98%-
HSV(B)300º55.56%70.59%-
XYZ29.9318.7445.22-
YUV121.3161.13169.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=40.91%
G=18.18%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808018000.5600.293004050.98
HexB450B403801D12c2833
Octal2641202640700354545063
Binary101101001010000101101000111000011101100101100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B450B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B450B4; }

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

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

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

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

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

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

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

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