#BE75C1

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

Shades of Fuchsia #BE75C1

Tints of Fuchsia #BE75C1

Color information

#BE75C1 (or 0xBE75C1) is unknown color: approx Fuchsia. HEX triplet: BE, 75 and C1. RGB value is (190,117,193). Sum of RGB (Red+Green+Blue) = 190+117+193=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75C1 is #418A3E. Grayscale: #939393. Windows color (decimal): -4295231 or 12678590. OLE color: 12678590.

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

Color convert

RGB190117193-
CMYK0.020.3900.24
HSL297.63º38%60.78%-
HSV(B)297.63º39.38%75.69%-
XYZ37.2227.5253.8-
YUV147.49153.68158.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=38%
G=23.4%
B=38.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901171930.020.3900.24297.633860.78
HexBE75C122701812a263d
Octal2761653012470304524675
Binary1011111011101011100000110100111011000100101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75C1; }

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

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

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

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

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

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

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

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