#B451B3

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

Shades of Fuchsia #B451B3

Tints of Fuchsia #B451B3

Color information

#B451B3 (or 0xB451B3) is unknown color: approx Fuchsia. HEX triplet: B4, 51 and B3. RGB value is (180,81,179). Sum of RGB (Red+Green+Blue) = 180+81+179=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B451B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451B3 is #4BAE4C. Grayscale: #797979. Windows color (decimal): -4959821 or 11751860. OLE color: 11751860.

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

Color convert

RGB18081179-
CMYK00.550.010.29
HSL300.61º39.76%51.18%-
HSV(B)300.61º55%70.59%-
XYZ29.918.8444.71-
YUV121.77160.3169.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=40.91%
G=18.41%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808117900.550.010.29300.6139.7651.18
HexB451B303711D12d2833
Octal2641212630671354555063
Binary101101001010001101100110110111111101100101101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B451B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B451B3; }

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

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

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

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

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

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

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

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