#BE75BD

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

Shades of Fuchsia #BE75BD

Tints of Fuchsia #BE75BD

Color information

#BE75BD (or 0xBE75BD) is unknown color: approx Fuchsia. HEX triplet: BE, 75 and BD. RGB value is (190,117,189). Sum of RGB (Red+Green+Blue) = 190+117+189=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75BD is #418A42. Grayscale: #929292. Windows color (decimal): -4295235 or 12416446. OLE color: 12416446.

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

Color convert

RGB190117189-
CMYK00.380.010.25
HSL300.82º35.96%60.2%-
HSV(B)300.82º38.42%74.51%-
XYZ36.7827.3451.48-
YUV147.04151.68158.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=38.31%
G=23.59%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011718900.380.010.25300.8235.9660.2
HexBE75BD02611912d243c
Octal2761652750461314554474
Binary101111101110101101111010100110111001100101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75BD; }

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

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

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

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

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

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

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

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