#BE36B6

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

Shades of Fuchsia #BE36B6

Tints of Fuchsia #BE36B6

Color information

#BE36B6 (or 0xBE36B6) is unknown color: approx Fuchsia. HEX triplet: BE, 36 and B6. RGB value is (190,54,182). Sum of RGB (Red+Green+Blue) = 190+54+182=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE36B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36B6 is #41C949. Grayscale: #6C6C6C. Windows color (decimal): -4311370 or 11941566. OLE color: 11941566.

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

Color convert

RGB19054182-
CMYK00.720.040.25
HSL303.53º55.74%47.84%-
HSV(B)303.53º71.58%74.51%-
XYZ3116.9645.9-
YUV109.26169.06185.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 54 (21.48% from 255) = 12.68%
BLUE value IS 182 (71.48% from 255) = 42.72%
R=44.60%
G=12.68%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905418200.720.040.25303.5355.7447.84
HexBE36B60484191303830
Octal2766626601104314607060
Binary10111110110110101101100100100010011001100110000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE36B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE36B6; }

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

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

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

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

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

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

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

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