#BE36A9

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

Shades of Fuchsia #BE36A9

Tints of Fuchsia #BE36A9

Color information

#BE36A9 (or 0xBE36A9) is unknown color: approx Fuchsia. HEX triplet: BE, 36 and A9. RGB value is (190,54,169). Sum of RGB (Red+Green+Blue) = 190+54+169=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE36A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE36A9 is #41C956. Grayscale: #6B6B6B. Windows color (decimal): -4311383 or 11089598. OLE color: 11089598.

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

Color convert

RGB19054169-
CMYK00.720.110.25
HSL309.26º55.74%47.84%-
HSV(B)309.26º71.58%74.51%-
XYZ29.7216.4539.15-
YUV107.77162.56186.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 54 (21.48% from 255) = 13.08%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=46.00%
G=13.08%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905416900.720.110.25309.2655.7447.84
HexBE36A9048B191353830
Octal27666251011013314657060
Binary101111101101101010100101001000101111001100110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE36A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE36A9; }

 p { color: rgb(190,54,169); }

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

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

 a { background-color: rgb(190,54,169); }

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

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

 span { border-color: rgb(190,54,169); }

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