Html Css Color HEX #BE5CAF Fuchsia

📋 copy color: '#BE5CAF'

red 190 ◦ green 92 ◦ blue 175

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

Shades of Fuchsia #BE5CAF

Tints of Fuchsia #BE5CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.13%

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

R = 41.58%
G = 20.13%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE5CAF (or 0xBE5CAF) is known color: Fuchsia. HEX triplet: BE, 5C and AF. RGB value is (190,92,175). Sum of RGB (Red+Green+Blue) = 190+92+175=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5CAF is #41A350. Grayscale: #828282. Windows color (decimal): -4301649 or 11492542. OLE color: 11492542.

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

Color convert

RGB 190 92 175 -
CMYK 0 0.52 0.08 0.25
HSL 309.18º 0.43% 0.55% -
HSV(B) 309.18º 0.52% 0.75% -
XYZ 32.8 21.7 43.02 -
YUV 130.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 190 92 175 0 0.52 0.08 0.25 309.18 0.43 0.55
Hex BE 5C AF 0 34 8 19 135 2B 37
Octal 276 134 257 0 64 10 31 465 53 67
Binary 10111110 1011100 10101111 0 110100 1000 11001 100110101 101011 110111

Color Harmonies of #BE5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5CAF

Black with #BE5CAF

Text Example


Text Example

White with #BE5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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