#BE61B3

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

Shades of Fuchsia #BE61B3

Tints of Fuchsia #BE61B3

Color information

#BE61B3 (or 0xBE61B3) is unknown color: approx Fuchsia. HEX triplet: BE, 61 and B3. RGB value is (190,97,179). Sum of RGB (Red+Green+Blue) = 190+97+179=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61B3 is #419E4C. Grayscale: #858585. Windows color (decimal): -4300365 or 11755966. OLE color: 11755966.

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

Color convert

RGB19097179-
CMYK00.490.060.25
HSL307.1º41.7%56.27%-
HSV(B)307.1º48.95%74.51%-
XYZ33.6522.7545.27-
YUV134.16153.31167.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=40.77%
G=20.82%
B=38.41%

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
Decimal1909717900.490.060.25307.141.756.27
HexBE61B30316191332a38
Octal2761412630616314635270
Binary10111110110000110110011011000111011001100110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61B3; }

 p { color: rgb(190,97,179); }

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

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

 a { background-color: rgb(190,97,179); }

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

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

 span { border-color: rgb(190,97,179); }

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