Html Css Color HEX #BE63AF Fuchsia

📋 copy color: '#BE63AF'

red 190 ◦ green 99 ◦ blue 175

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

Shades of Fuchsia #BE63AF

Tints of Fuchsia #BE63AF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

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

R = 40.95%
G = 21.34%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE63AF (or 0xBE63AF) is known color: Fuchsia. HEX triplet: BE, 63 and AF. RGB value is (190,99,175). Sum of RGB (Red+Green+Blue) = 190+99+175=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63AF is #419C50. Grayscale: #868686. Windows color (decimal): -4299857 or 11494334. OLE color: 11494334.

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

Color convert

RGB 190 99 175 -
CMYK 0 0.48 0.08 0.25
HSL 309.89º 0.41% 0.57% -
HSV(B) 309.89º 0.48% 0.75% -
XYZ 33.43 22.97 43.23 -
YUV 134.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 190 99 175 0 0.48 0.08 0.25 309.89 0.41 0.57
Hex BE 63 AF 0 30 8 19 136 29 39
Octal 276 143 257 0 60 10 31 466 51 71
Binary 10111110 1100011 10101111 0 110000 1000 11001 100110110 101001 111001

Color Harmonies of #BE63AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63AF

Black with #BE63AF

Text Example


Text Example

White with #BE63AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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