#BE64BC

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

Shades of Fuchsia #BE64BC

Tints of Fuchsia #BE64BC

Color information

#BE64BC (or 0xBE64BC) is unknown color: approx Fuchsia. HEX triplet: BE, 64 and BC. RGB value is (190,100,188). Sum of RGB (Red+Green+Blue) = 190+100+188=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64BC is #419B43. Grayscale: #888888. Windows color (decimal): -4299588 or 12346558. OLE color: 12346558.

HSL color Cylindrical-coordinate representation of color #BE64BC: hue angle of 301.33º 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 #BE64BC is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190100188-
CMYK00.470.010.25
HSL301.33º40.91%56.86%-
HSV(B)301.33º47.37%74.51%-
XYZ34.8723.6950.31-
YUV136.94156.82165.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=39.75%
G=20.92%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010018800.470.010.25301.3340.9156.86
HexBE64BC02F11912d2939
Octal2761442740571314555171
Binary101111101100100101111000101111111001100101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64BC; }

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

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

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

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

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

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

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

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