Html Css Color HEX #BE4FAF Fuchsia

📋 copy color: '#BE4FAF'

red 190 ◦ green 79 ◦ blue 175

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

Shades of Fuchsia #BE4FAF

Tints of Fuchsia #BE4FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.79%

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

R = 42.79%
G = 17.79%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE4FAF (or 0xBE4FAF) is known color: Fuchsia. HEX triplet: BE, 4F and AF. RGB value is (190,79,175). Sum of RGB (Red+Green+Blue) = 190+79+175=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4FAF is #41B050. Grayscale: #7A7A7A. Windows color (decimal): -4304977 or 11489214. OLE color: 11489214.

HSL color Cylindrical-coordinate representation of color #BE4FAF: hue angle of 308.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE4FAF is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 79 175 -
CMYK 0 0.58 0.08 0.25
HSL 308.11º 0.46% 0.53% -
HSV(B) 308.11º 0.58% 0.75% -
XYZ 31.77 19.63 42.67 -
YUV 123.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 190 79 175 0 0.58 0.08 0.25 308.11 0.46 0.53
Hex BE 4F AF 0 3A 8 19 134 2E 35
Octal 276 117 257 0 72 10 31 464 56 65
Binary 10111110 1001111 10101111 0 111010 1000 11001 100110100 101110 110101

Color Harmonies of #BE4FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FAF

Black with #BE4FAF

Text Example


Text Example

White with #BE4FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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