#BE64BB

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

Shades of Fuchsia #BE64BB

Tints of Fuchsia #BE64BB

Color information

#BE64BB (or 0xBE64BB) is unknown color: approx Fuchsia. HEX triplet: BE, 64 and BB. RGB value is (190,100,187). Sum of RGB (Red+Green+Blue) = 190+100+187=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64BB is #419B44. Grayscale: #888888. Windows color (decimal): -4299589 or 12281022. OLE color: 12281022.

HSL color Cylindrical-coordinate representation of color #BE64BB: hue angle of 302º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE64BB is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190100187-
CMYK00.470.020.25
HSL302º40.91%56.86%-
HSV(B)302º47.37%74.51%-
XYZ34.7623.6549.75-
YUV136.83156.32165.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=39.83%
G=20.96%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010018700.470.020.2530240.9156.86
HexBE64BB02F21912e2939
Octal2761442730572314565171
Binary1011111011001001011101101011111011001100101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64BB; }

 p { color: rgb(190,100,187); }

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

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

 a { background-color: rgb(190,100,187); }

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

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

 span { border-color: rgb(190,100,187); }

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