Html Css Color HEX #BE65AC Fuchsia

📋 copy color: '#BE65AC'

red 190 ◦ green 101 ◦ blue 172

#BE65AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BE65AC

Tints of Fuchsia #BE65AC

RGB

 RED value IS 190 (74.61% from 255) = 41.04%

 GREEN value IS 101 (39.84% from 255) = 21.81%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 41.04%
G = 21.81%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE65AC (or 0xBE65AC) is known color: Fuchsia. HEX triplet: BE, 65 and AC. RGB value is (190,101,172). Sum of RGB (Red+Green+Blue) = 190+101+172=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65AC is #419A53. Grayscale: #878787. Windows color (decimal): -4299348 or 11298238. OLE color: 11298238.

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

Color convert

RGB 190 101 172 -
CMYK 0 0.47 0.09 0.25
HSL 312.13º 0.41% 0.57% -
HSV(B) 312.13º 0.47% 0.75% -
XYZ 33.34 23.23 41.76 -
YUV 135.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 190 101 172 0 0.47 0.09 0.25 312.13 0.41 0.57
Hex BE 65 AC 0 2F 9 19 138 29 39
Octal 276 145 254 0 57 11 31 470 51 71
Binary 10111110 1100101 10101100 0 101111 1001 11001 100111000 101001 111001

Color Harmonies of #BE65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65AC

Black with #BE65AC

Text Example


Text Example

White with #BE65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65AC; }

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

 H1.HeaderClassName
 {
   color: #BE65AC;
 }
 .AnyTagClassName
 {
   color: #BE65AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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