#B146BE

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

Shades of Fuchsia #B146BE

Tints of Fuchsia #B146BE

Color information

#B146BE (or 0xB146BE) is unknown color: approx Fuchsia. HEX triplet: B1, 46 and BE. RGB value is (177,70,190). Sum of RGB (Red+Green+Blue) = 177+70+190=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #B146BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146BE is #4EB941. Grayscale: #737373. Windows color (decimal): -5159234 or 12469937. OLE color: 12469937.

HSL color Cylindrical-coordinate representation of color #B146BE: hue angle of 293.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B146BE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17770190-
CMYK0.070.6300.25
HSL293.5º48%50.98%-
HSV(B)293.5º63.16%74.51%-
XYZ29.6217.4550.52-
YUV115.67169.95171.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=40.50%
G=16.02%
B=43.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177701900.070.6300.25293.54850.98
HexB146BE73F0191263033
Octal2611062767770314466063
Binary10110001100011010111110111111111011001100100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B146BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B146BE; }

 p { color: rgb(177,70,190); }

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

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

 a { background-color: rgb(177,70,190); }

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

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

 span { border-color: rgb(177,70,190); }

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