#BE71C1

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

Shades of Fuchsia #BE71C1

Tints of Fuchsia #BE71C1

Color information

#BE71C1 (or 0xBE71C1) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and C1. RGB value is (190,113,193). Sum of RGB (Red+Green+Blue) = 190+113+193=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE71C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71C1 is #418E3E. Grayscale: #909090. Windows color (decimal): -4296255 or 12677566. OLE color: 12677566.

HSL color Cylindrical-coordinate representation of color #BE71C1: hue angle of 297.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE71C1 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190113193-
CMYK0.020.4100.24
HSL297.75º39.22%60%-
HSV(B)297.75º41.45%75.69%-
XYZ36.7726.6153.65-
YUV145.14155.01160-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 113 (44.53% from 255) = 22.78%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=38.31%
G=22.78%
B=38.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901131930.020.4100.24297.7539.2260
HexBE71C122901812a273c
Octal2761613012510304524774
Binary1011111011100011100000110101001011000100101010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71C1; }

 p { color: rgb(190,113,193); }

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

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

 a { background-color: rgb(190,113,193); }

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

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

 span { border-color: rgb(190,113,193); }

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