#BE36C7

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

Shades of Fuchsia #BE36C7

Tints of Fuchsia #BE36C7

Color information

#BE36C7 (or 0xBE36C7) is unknown color: approx Fuchsia. HEX triplet: BE, 36 and C7. RGB value is (190,54,199). Sum of RGB (Red+Green+Blue) = 190+54+199=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE36C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36C7 is #41C938. Grayscale: #6E6E6E. Windows color (decimal): -4311353 or 13055678. OLE color: 13055678.

HSL color Cylindrical-coordinate representation of color #BE36C7: hue angle of 296.28º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE36C7 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19054199-
CMYK0.050.7300.22
HSL296.28º57.31%49.61%-
HSV(B)296.28º72.86%78.04%-
XYZ32.8617.7155.72-
YUV111.19177.56184.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 54 (21.48% from 255) = 12.19%
BLUE value IS 199 (78.12% from 255) = 44.92%
R=42.89%
G=12.19%
B=44.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190541990.050.7300.22296.2857.3149.61
HexBE36C75490161283932
Octal2766630751110264507162
Binary10111110110110110001111011001001010110100101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE36C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE36C7; }

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

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

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

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

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

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

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

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