#BE75B8

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

Shades of Fuchsia #BE75B8

Tints of Fuchsia #BE75B8

Color information

#BE75B8 (or 0xBE75B8) is unknown color: approx Fuchsia. HEX triplet: BE, 75 and B8. RGB value is (190,117,184). Sum of RGB (Red+Green+Blue) = 190+117+184=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75B8 is #418A47. Grayscale: #929292. Windows color (decimal): -4295240 or 12088766. OLE color: 12088766.

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

Color convert

RGB190117184-
CMYK00.380.030.25
HSL304.93º35.96%60.2%-
HSV(B)304.93º38.42%74.51%-
XYZ36.2527.1348.67-
YUV146.46149.18159.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 184 (72.27% from 255) = 37.47%
R=38.70%
G=23.83%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011718400.380.030.25304.9335.9660.2
HexBE75B8026319131243c
Octal2761652700463314614474
Binary1011111011101011011100001001101111001100110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75B8; }

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

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

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

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

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

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

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

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