#BE75BC

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

Shades of Fuchsia #BE75BC

Tints of Fuchsia #BE75BC

Color information

#BE75BC (or 0xBE75BC) is unknown color: approx Fuchsia. HEX triplet: BE, 75 and BC. RGB value is (190,117,188). Sum of RGB (Red+Green+Blue) = 190+117+188=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75BC is #418A43. Grayscale: #929292. Windows color (decimal): -4295236 or 12350910. OLE color: 12350910.

HSL color Cylindrical-coordinate representation of color #BE75BC: hue angle of 301.64º 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 #BE75BC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190117188-
CMYK00.380.010.25
HSL301.64º35.96%60.2%-
HSV(B)301.64º38.42%74.51%-
XYZ36.6727.350.91-
YUV146.92151.18158.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=38.38%
G=23.64%
B=37.98%

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
Decimal19011718800.380.010.25301.6435.9660.2
HexBE75BC02611912e243c
Octal2761652740461314564474
Binary101111101110101101111000100110111001100101110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75BC; }

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

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

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

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

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

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

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

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