Html Css Color HEX #BE58C5 Fuchsia

📋 copy color: '#BE58C5'

red 190 ◦ green 88 ◦ blue 197

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

Shades of Fuchsia #BE58C5

Tints of Fuchsia #BE58C5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.53%

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

R = 40%
G = 18.53%
B = 41.47%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE58C5 (or 0xBE58C5) is known color: Fuchsia. HEX triplet: BE, 58 and C5. RGB value is (190,88,197). Sum of RGB (Red+Green+Blue) = 190+88+197=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58C5 is #41A73A. Grayscale: #828282. Windows color (decimal): -4302651 or 12933310. OLE color: 12933310.

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

Color convert

RGB 190 88 197 -
CMYK 0.04 0.55 0 0.23
HSL 296.15º 0.48% 0.56% -
HSV(B) 296.15º 0.55% 0.77% -
XYZ 34.8 21.96 55.23 -
YUV 130.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 190 88 197 0.04 0.55 0 0.23 296.15 0.48 0.56
Hex BE 58 C5 4 37 0 17 128 30 38
Octal 276 130 305 4 67 0 27 450 60 70
Binary 10111110 1011000 11000101 100 110111 0 10111 100101000 110000 111000

Color Harmonies of #BE58C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE58C5

Black with #BE58C5

Text Example


Text Example

White with #BE58C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE58C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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