#BE36BC

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

Shades of Fuchsia #BE36BC

Tints of Fuchsia #BE36BC

Color information

#BE36BC (or 0xBE36BC) is unknown color: approx Fuchsia. HEX triplet: BE, 36 and BC. RGB value is (190,54,188). Sum of RGB (Red+Green+Blue) = 190+54+188=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE36BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36BC is #41C943. Grayscale: #6D6D6D. Windows color (decimal): -4311364 or 12334782. OLE color: 12334782.

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

Color convert

RGB19054188-
CMYK00.720.010.25
HSL300.88º55.74%47.84%-
HSV(B)300.88º71.58%74.51%-
XYZ31.6317.2249.23-
YUV109.94172.06185.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 54 (21.48% from 255) = 12.5%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=43.98%
G=12.5%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905418800.720.010.25300.8855.7447.84
HexBE36BC04811912d3830
Octal2766627401101314557060
Binary101111101101101011110001001000111001100101101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE36BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE36BC; }

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

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

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

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

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

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

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

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