#BE70C1

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

Shades of Fuchsia #BE70C1

Tints of Fuchsia #BE70C1

Color information

#BE70C1 (or 0xBE70C1) is unknown color: approx Fuchsia. HEX triplet: BE, 70 and C1. RGB value is (190,112,193). Sum of RGB (Red+Green+Blue) = 190+112+193=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE70C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70C1 is #418F3E. Grayscale: #909090. Windows color (decimal): -4296511 or 12677310. OLE color: 12677310.

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

Color convert

RGB190112193-
CMYK0.020.4200.24
HSL297.78º39.51%59.8%-
HSV(B)297.78º41.97%75.69%-
XYZ36.6626.3953.61-
YUV144.56155.34160.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=38.38%
G=22.63%
B=38.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901121930.020.4200.24297.7839.5159.8
HexBE70C122A01812a283c
Octal2761603012520304525074
Binary1011111011100001100000110101010011000100101010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70C1; }

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

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

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

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

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

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

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

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