#BE36B1

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

Shades of Fuchsia #BE36B1

Tints of Fuchsia #BE36B1

Color information

#BE36B1 (or 0xBE36B1) is unknown color: approx Fuchsia. HEX triplet: BE, 36 and B1. RGB value is (190,54,177). Sum of RGB (Red+Green+Blue) = 190+54+177=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE36B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE36B1 is #41C94E. Grayscale: #6C6C6C. Windows color (decimal): -4311375 or 11613886. OLE color: 11613886.

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

Color convert

RGB19054177-
CMYK00.720.070.25
HSL305.74º55.74%47.84%-
HSV(B)305.74º71.58%74.51%-
XYZ30.4916.7643.22-
YUV108.69166.56186-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 54 (21.48% from 255) = 12.83%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=45.13%
G=12.83%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905417700.720.070.25305.7455.7447.84
HexBE36B10487191323830
Octal2766626101107314627060
Binary10111110110110101100010100100011111001100110010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE36B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE36B1; }

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

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

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

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

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

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

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

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