Html Css Color HEX #BE70AF Fuchsia

📋 copy color: '#BE70AF'

red 190 ◦ green 112 ◦ blue 175

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

Shades of Fuchsia #BE70AF

Tints of Fuchsia #BE70AF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.48%

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

R = 39.83%
G = 23.48%
B = 36.69%

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

#BE70AF (or 0xBE70AF) is known color: Fuchsia. HEX triplet: BE, 70 and AF. RGB value is (190,112,175). Sum of RGB (Red+Green+Blue) = 190+112+175=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70AF is #418F50. Grayscale: #8E8E8E. Windows color (decimal): -4296529 or 11497662. OLE color: 11497662.

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

Color convert

RGB 190 112 175 -
CMYK 0 0.41 0.08 0.25
HSL 311.54º 0.38% 0.59% -
HSV(B) 311.54º 0.41% 0.75% -
XYZ 34.77 25.63 43.67 -
YUV 142.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 190 112 175 0 0.41 0.08 0.25 311.54 0.38 0.59
Hex BE 70 AF 0 29 8 19 138 26 3B
Octal 276 160 257 0 51 10 31 470 46 73
Binary 10111110 1110000 10101111 0 101001 1000 11001 100111000 100110 111011

Color Harmonies of #BE70AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70AF

Black with #BE70AF

Text Example


Text Example

White with #BE70AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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