#BE6CC6

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

Shades of Fuchsia #BE6CC6

Tints of Fuchsia #BE6CC6

Color information

#BE6CC6 (or 0xBE6CC6) is unknown color: approx Fuchsia. HEX triplet: BE, 6C and C6. RGB value is (190,108,198). Sum of RGB (Red+Green+Blue) = 190+108+198=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE6CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6CC6 is #419339. Grayscale: #8E8E8E. Windows color (decimal): -4297530 or 13003966. OLE color: 13003966.

HSL color Cylindrical-coordinate representation of color #BE6CC6: hue angle of 294.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6CC6 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190108198-
CMYK0.040.4500.22
HSL294.67º44.12%60%-
HSV(B)294.67º45.45%77.65%-
XYZ36.7925.7556.46-
YUV142.78159.17161.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 198 (77.73% from 255) = 39.92%
R=38.31%
G=21.77%
B=39.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901081980.040.4500.22294.6744.1260
HexBE6CC642D0161272c3c
Octal2761543064550264475474
Binary10111110110110011000110100101101010110100100111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6CC6; }

 p { color: rgb(190,108,198); }

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

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

 a { background-color: rgb(190,108,198); }

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

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

 span { border-color: rgb(190,108,198); }

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