#BE60B2

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

Shades of Fuchsia #BE60B2

Tints of Fuchsia #BE60B2

Color information

#BE60B2 (or 0xBE60B2) is unknown color: approx Fuchsia. HEX triplet: BE, 60 and B2. RGB value is (190,96,178). Sum of RGB (Red+Green+Blue) = 190+96+178=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE60B2 is #419F4D. Grayscale: #858585. Windows color (decimal): -4300622 or 11690174. OLE color: 11690174.

HSL color Cylindrical-coordinate representation of color #BE60B2: hue angle of 307.66º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE60B2 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19096178-
CMYK00.490.060.25
HSL307.66º41.96%56.08%-
HSV(B)307.66º49.47%74.51%-
XYZ33.4522.5344.7-
YUV133.45153.14168.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 96 (37.89% from 255) = 20.69%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=40.95%
G=20.69%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909617800.490.060.25307.6641.9656.08
HexBE60B20316191342a38
Octal2761402620616314645270
Binary10111110110000010110010011000111011001100110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE60B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE60B2; }

 p { color: rgb(190,96,178); }

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

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

 a { background-color: rgb(190,96,178); }

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

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

 span { border-color: rgb(190,96,178); }

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