#BE36AB

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

Shades of Fuchsia #BE36AB

Tints of Fuchsia #BE36AB

Color information

#BE36AB (or 0xBE36AB) is unknown color: approx Fuchsia. HEX triplet: BE, 36 and AB. RGB value is (190,54,171). Sum of RGB (Red+Green+Blue) = 190+54+171=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE36AB is #41C954. Grayscale: #6B6B6B. Windows color (decimal): -4311381 or 11220670. OLE color: 11220670.

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

Color convert

RGB19054171-
CMYK00.720.100.25
HSL308.38º55.74%47.84%-
HSV(B)308.38º71.58%74.51%-
XYZ29.9116.5340.14-
YUV108163.56186.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 54 (21.48% from 255) = 13.01%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=45.78%
G=13.01%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905417100.720.100.25308.3855.7447.84
HexBE36AB048A191343830
Octal27666253011012314647060
Binary101111101101101010101101001000101011001100110100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE36AB; }

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

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

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

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

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

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

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

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