#B140BE

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

Shades of Fuchsia #B140BE

Tints of Fuchsia #B140BE

Color information

#B140BE (or 0xB140BE) is unknown color: approx Fuchsia. HEX triplet: B1, 40 and BE. RGB value is (177,64,190). Sum of RGB (Red+Green+Blue) = 177+64+190=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #B140BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140BE is #4EBF41. Grayscale: #6F6F6F. Windows color (decimal): -5160770 or 12468401. OLE color: 12468401.

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

Color convert

RGB17764190-
CMYK0.070.6600.25
HSL293.81º49.61%49.8%-
HSV(B)293.81º66.32%74.51%-
XYZ29.2616.7350.4-
YUV112.15171.94174.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=41.07%
G=14.85%
B=44.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177641900.070.6600.25293.8149.6149.8
HexB140BE7420191263232
Octal26110027671020314466262
Binary101100011000000101111101111000010011001100100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B140BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B140BE; }

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

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

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

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

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

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

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

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