Html Css Color HEX #BE57C5 Fuchsia

📋 copy color: '#BE57C5'

red 190 ◦ green 87 ◦ blue 197

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

Shades of Fuchsia #BE57C5

Tints of Fuchsia #BE57C5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.35%

 BLUE value IS 197 (77.34% from 255) = 41.56%

R = 40.08%
G = 18.35%
B = 41.56%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE57C5 (or 0xBE57C5) is known color: Fuchsia. HEX triplet: BE, 57 and C5. RGB value is (190,87,197). Sum of RGB (Red+Green+Blue) = 190+87+197=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE57C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57C5 is #41A83A. Grayscale: #828282. Windows color (decimal): -4302907 or 12933054. OLE color: 12933054.

HSL color Cylindrical-coordinate representation of color #BE57C5: hue angle of 296.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE57C5 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 87 197 -
CMYK 0.04 0.56 0 0.23
HSL 296.18º 0.49% 0.56% -
HSV(B) 296.18º 0.56% 0.77% -
XYZ 34.72 21.79 55.2 -
YUV 130.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 190 87 197 0.04 0.56 0 0.23 296.18 0.49 0.56
Hex BE 57 C5 4 38 0 17 128 31 38
Octal 276 127 305 4 70 0 27 450 61 70
Binary 10111110 1010111 11000101 100 111000 0 10111 100101000 110001 111000

Color Harmonies of #BE57C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE57C5

Black with #BE57C5

Text Example


Text Example

White with #BE57C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE57C5; }

 p { color: rgb(190,87,197); }

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

background-color css

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

 a { background-color: rgb(190,87,197); }

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

border-color css

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

 span { border-color: rgb(190,87,197); }

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