#BE65BD

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

Shades of Fuchsia #BE65BD

Tints of Fuchsia #BE65BD

Color information

#BE65BD (or 0xBE65BD) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and BD. RGB value is (190,101,189). Sum of RGB (Red+Green+Blue) = 190+101+189=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65BD is #419A42. Grayscale: #898989. Windows color (decimal): -4299331 or 12412350. OLE color: 12412350.

HSL color Cylindrical-coordinate representation of color #BE65BD: hue angle of 300.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE65BD is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190101189-
CMYK00.470.010.25
HSL300.67º40.64%57.06%-
HSV(B)300.67º46.84%74.51%-
XYZ35.0723.9350.91-
YUV137.64156.99165.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=39.58%
G=21.04%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010118900.470.010.25300.6740.6457.06
HexBE65BD02F11912d2939
Octal2761452750571314555171
Binary101111101100101101111010101111111001100101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65BD; }

 p { color: rgb(190,101,189); }

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

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

 a { background-color: rgb(190,101,189); }

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

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

 span { border-color: rgb(190,101,189); }

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