#BE75C3

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

Shades of Fuchsia #BE75C3

Tints of Fuchsia #BE75C3

Color information

#BE75C3 (or 0xBE75C3) is unknown color: approx Fuchsia. HEX triplet: BE, 75 and C3. RGB value is (190,117,195). Sum of RGB (Red+Green+Blue) = 190+117+195=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE75C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75C3 is #418A3C. Grayscale: #939393. Windows color (decimal): -4295229 or 12809662. OLE color: 12809662.

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

Color convert

RGB190117195-
CMYK0.030.400.24
HSL296.15º39.39%61.18%-
HSV(B)296.15º40%76.47%-
XYZ37.4527.6154.99-
YUV147.72154.68158.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 195 (76.56% from 255) = 38.84%
R=37.85%
G=23.31%
B=38.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901171950.030.400.24296.1539.3961.18
HexBE75C3328018128273d
Octal2761653033500304504775
Binary1011111011101011100001111101000011000100101000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75C3; }

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

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

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

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

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

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

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

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