Html Css Color HEX #BE5BC2 Fuchsia

📋 copy color: '#BE5BC2'

red 190 ◦ green 91 ◦ blue 194

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

Shades of Fuchsia #BE5BC2

Tints of Fuchsia #BE5BC2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.16%

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 40%
G = 19.16%
B = 40.84%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE5BC2 (or 0xBE5BC2) is known color: Fuchsia. HEX triplet: BE, 5B and C2. RGB value is (190,91,194). Sum of RGB (Red+Green+Blue) = 190+91+194=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE5BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BC2 is #41A43D. Grayscale: #848484. Windows color (decimal): -4301886 or 12737470. OLE color: 12737470.

HSL color Cylindrical-coordinate representation of color #BE5BC2: hue angle of 297.67º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5BC2 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 91 194 -
CMYK 0.02 0.53 0 0.24
HSL 297.67º 0.46% 0.56% -
HSV(B) 297.67º 0.53% 0.76% -
XYZ 34.71 22.32 53.52 -
YUV 132.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 190 91 194 0.02 0.53 0 0.24 297.67 0.46 0.56
Hex BE 5B C2 2 35 0 18 12A 2E 38
Octal 276 133 302 2 65 0 30 452 56 70
Binary 10111110 1011011 11000010 10 110101 0 11000 100101010 101110 111000

Color Harmonies of #BE5BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5BC2

Black with #BE5BC2

Text Example


Text Example

White with #BE5BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5BC2; }

 p { color: rgb(190,91,194); }

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

background-color css

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

 a { background-color: rgb(190,91,194); }

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

border-color css

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

 span { border-color: rgb(190,91,194); }

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