#BE76B8

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

Shades of Fuchsia #BE76B8

Tints of Fuchsia #BE76B8

Color information

#BE76B8 (or 0xBE76B8) is unknown color: approx Fuchsia. HEX triplet: BE, 76 and B8. RGB value is (190,118,184). Sum of RGB (Red+Green+Blue) = 190+118+184=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76B8 is #418947. Grayscale: #929292. Windows color (decimal): -4294984 or 12089022. OLE color: 12089022.

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

Color convert

RGB190118184-
CMYK00.380.030.25
HSL305º35.64%60.39%-
HSV(B)305º37.89%74.51%-
XYZ36.3727.3648.71-
YUV147.05148.85158.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 184 (72.27% from 255) = 37.40%
R=38.62%
G=23.98%
B=37.40%

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
Decimal19011818400.380.030.2530535.6460.39
HexBE76B8026319131243c
Octal2761662700463314614474
Binary1011111011101101011100001001101111001100110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76B8; }

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

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

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

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

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

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

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

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