#BE63C0

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

Shades of Fuchsia #BE63C0

Tints of Fuchsia #BE63C0

Color information

#BE63C0 (or 0xBE63C0) is unknown color: approx Fuchsia. HEX triplet: BE, 63 and C0. RGB value is (190,99,192). Sum of RGB (Red+Green+Blue) = 190+99+192=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE63C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63C0 is #419C3F. Grayscale: #888888. Windows color (decimal): -4299840 or 12608446. OLE color: 12608446.

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

Color convert

RGB19099192-
CMYK0.010.4800.25
HSL298.71º42.47%57.06%-
HSV(B)298.71º48.44%75.29%-
XYZ35.2123.6852.58-
YUV136.81159.15165.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 192 (75.39% from 255) = 39.92%
R=39.50%
G=20.58%
B=39.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190991920.010.4800.25298.7142.4757.06
HexBE63C013001912b2a39
Octal2761433001600314535271
Binary101111101100011110000001110000011001100101011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63C0; }

 p { color: rgb(190,99,192); }

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

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

 a { background-color: rgb(190,99,192); }

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

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

 span { border-color: rgb(190,99,192); }

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