Html Css Color HEX #BE71AF Fuchsia

📋 copy color: '#BE71AF'

red 190 ◦ green 113 ◦ blue 175

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

Shades of Fuchsia #BE71AF

Tints of Fuchsia #BE71AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.64%

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

R = 39.75%
G = 23.64%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE71AF (or 0xBE71AF) is known color: Fuchsia. HEX triplet: BE, 71 and AF. RGB value is (190,113,175). Sum of RGB (Red+Green+Blue) = 190+113+175=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71AF is #418E50. Grayscale: #8E8E8E. Windows color (decimal): -4296273 or 11497918. OLE color: 11497918.

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

Color convert

RGB 190 113 175 -
CMYK 0 0.41 0.08 0.25
HSL 311.69º 0.37% 0.59% -
HSV(B) 311.69º 0.41% 0.75% -
XYZ 34.88 25.85 43.71 -
YUV 143.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 190 113 175 0 0.41 0.08 0.25 311.69 0.37 0.59
Hex BE 71 AF 0 29 8 19 138 25 3B
Octal 276 161 257 0 51 10 31 470 45 73
Binary 10111110 1110001 10101111 0 101001 1000 11001 100111000 100101 111011

Color Harmonies of #BE71AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71AF

Black with #BE71AF

Text Example


Text Example

White with #BE71AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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