#BE67C1

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

Shades of Fuchsia #BE67C1

Tints of Fuchsia #BE67C1

Color information

#BE67C1 (or 0xBE67C1) is unknown color: approx Fuchsia. HEX triplet: BE, 67 and C1. RGB value is (190,103,193). Sum of RGB (Red+Green+Blue) = 190+103+193=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE67C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67C1 is #41983E. Grayscale: #8B8B8B. Windows color (decimal): -4298815 or 12675006. OLE color: 12675006.

HSL color Cylindrical-coordinate representation of color #BE67C1: hue angle of 298º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE67C1 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190103193-
CMYK0.020.4700.24
HSL298º42.06%58.04%-
HSV(B)298º46.63%75.69%-
XYZ35.7124.553.3-
YUV139.27158.32164.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 193 (75.78% from 255) = 39.71%
R=39.09%
G=21.19%
B=39.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901031930.020.4700.2429842.0658.04
HexBE67C122F01812a2a3a
Octal2761473012570304525272
Binary1011111011001111100000110101111011000100101010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67C1; }

 p { color: rgb(190,103,193); }

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

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

 a { background-color: rgb(190,103,193); }

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

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

 span { border-color: rgb(190,103,193); }

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