#BE45B0

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

Shades of Fuchsia #BE45B0

Tints of Fuchsia #BE45B0

Color information

#BE45B0 (or 0xBE45B0) is unknown color: approx Fuchsia. HEX triplet: BE, 45 and B0. RGB value is (190,69,176). Sum of RGB (Red+Green+Blue) = 190+69+176=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45B0 is #41BA4F. Grayscale: #757575. Windows color (decimal): -4307536 or 11552190. OLE color: 11552190.

HSL color Cylindrical-coordinate representation of color #BE45B0: hue angle of 306.94º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE45B0 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19069176-
CMYK00.640.070.25
HSL306.94º48.21%50.78%-
HSV(B)306.94º63.68%74.51%-
XYZ31.218.3442.97-
YUV117.38161.09179.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 69 (27.34% from 255) = 15.86%
BLUE value IS 176 (69.14% from 255) = 40.46%
R=43.68%
G=15.86%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906917600.640.070.25306.9448.2150.78
HexBE45B00407191333033
Octal27610526001007314636063
Binary101111101000101101100000100000011111001100110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE45B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE45B0; }

 p { color: rgb(190,69,176); }

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

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

 a { background-color: rgb(190,69,176); }

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

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

 span { border-color: rgb(190,69,176); }

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