#BE6BB1

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

Shades of Fuchsia #BE6BB1

Tints of Fuchsia #BE6BB1

Color information

#BE6BB1 (or 0xBE6BB1) is unknown color: approx Fuchsia. HEX triplet: BE, 6B and B1. RGB value is (190,107,177). Sum of RGB (Red+Green+Blue) = 190+107+177=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BB1 is #41944E. Grayscale: #8B8B8B. Windows color (decimal): -4297807 or 11627454. OLE color: 11627454.

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

Color convert

RGB190107177-
CMYK00.440.070.25
HSL309.4º38.97%58.24%-
HSV(B)309.4º43.68%74.51%-
XYZ34.4324.6444.54-
YUV139.8149163.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 107 (42.19% from 255) = 22.57%
BLUE value IS 177 (69.53% from 255) = 37.34%
R=40.08%
G=22.57%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010717700.440.070.25309.438.9758.24
HexBE6BB102C719135273a
Octal2761532610547314654772
Binary10111110110101110110001010110011111001100110101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BB1; }

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

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

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

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

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

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

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

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