#BE65B4

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

Shades of Fuchsia #BE65B4

Tints of Fuchsia #BE65B4

Color information

#BE65B4 (or 0xBE65B4) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and B4. RGB value is (190,101,180). Sum of RGB (Red+Green+Blue) = 190+101+180=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65B4 is #419A4B. Grayscale: #888888. Windows color (decimal): -4299340 or 11822526. OLE color: 11822526.

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

Color convert

RGB190101180-
CMYK00.470.050.25
HSL306.74º40.64%57.06%-
HSV(B)306.74º46.84%74.51%-
XYZ34.1323.5545.93-
YUV136.62152.49166.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=40.34%
G=21.44%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010118000.470.050.25306.7440.6457.06
HexBE65B402F5191332939
Octal2761452640575314635171
Binary10111110110010110110100010111110111001100110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65B4; }

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

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

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

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

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

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

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

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