#BE36B5

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

Shades of Fuchsia #BE36B5

Tints of Fuchsia #BE36B5

Color information

#BE36B5 (or 0xBE36B5) is unknown color: approx Fuchsia. HEX triplet: BE, 36 and B5. RGB value is (190,54,181). Sum of RGB (Red+Green+Blue) = 190+54+181=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE36B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36B5 is #41C94A. Grayscale: #6C6C6C. Windows color (decimal): -4311371 or 11876030. OLE color: 11876030.

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

Color convert

RGB19054181-
CMYK00.720.050.25
HSL303.97º55.74%47.84%-
HSV(B)303.97º71.58%74.51%-
XYZ30.8916.9245.35-
YUV109.14168.56185.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 54 (21.48% from 255) = 12.71%
BLUE value IS 181 (71.09% from 255) = 42.59%
R=44.71%
G=12.71%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905418100.720.050.25303.9755.7447.84
HexBE36B50485191303830
Octal2766626501105314607060
Binary10111110110110101101010100100010111001100110000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE36B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE36B5; }

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

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

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

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

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

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

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

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