Html Css Color HEX #BE65AF Fuchsia

📋 copy color: '#BE65AF'

red 190 ◦ green 101 ◦ blue 175

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

Shades of Fuchsia #BE65AF

Tints of Fuchsia #BE65AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 40.77%
G = 21.67%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE65AF (or 0xBE65AF) is known color: Fuchsia. HEX triplet: BE, 65 and AF. RGB value is (190,101,175). Sum of RGB (Red+Green+Blue) = 190+101+175=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65AF is #419A50. Grayscale: #878787. Windows color (decimal): -4299345 or 11494846. OLE color: 11494846.

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

Color convert

RGB 190 101 175 -
CMYK 0 0.47 0.08 0.25
HSL 310.11º 0.41% 0.57% -
HSV(B) 310.11º 0.47% 0.75% -
XYZ 33.63 23.35 43.29 -
YUV 136.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 190 101 175 0 0.47 0.08 0.25 310.11 0.41 0.57
Hex BE 65 AF 0 2F 8 19 136 29 39
Octal 276 145 257 0 57 10 31 466 51 71
Binary 10111110 1100101 10101111 0 101111 1000 11001 100110110 101001 111001

Color Harmonies of #BE65AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65AF

Black with #BE65AF

Text Example


Text Example

White with #BE65AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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