Html Css Color HEX #BE5FC2 Fuchsia

📋 copy color: '#BE5FC2'

red 190 ◦ green 95 ◦ blue 194

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

Shades of Fuchsia #BE5FC2

Tints of Fuchsia #BE5FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.83%

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

R = 39.67%
G = 19.83%
B = 40.5%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE5FC2 (or 0xBE5FC2) is known color: Fuchsia. HEX triplet: BE, 5F and C2. RGB value is (190,95,194). Sum of RGB (Red+Green+Blue) = 190+95+194=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE5FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FC2 is #41A03D. Grayscale: #868686. Windows color (decimal): -4300862 or 12738494. OLE color: 12738494.

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

Color convert

RGB 190 95 194 -
CMYK 0.02 0.51 0 0.24
HSL 297.58º 0.45% 0.57% -
HSV(B) 297.58º 0.51% 0.76% -
XYZ 35.07 23.03 53.64 -
YUV 134.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 190 95 194 0.02 0.51 0 0.24 297.58 0.45 0.57
Hex BE 5F C2 2 33 0 18 12A 2D 39
Octal 276 137 302 2 63 0 30 452 55 71
Binary 10111110 1011111 11000010 10 110011 0 11000 100101010 101101 111001

Color Harmonies of #BE5FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FC2

Black with #BE5FC2

Text Example


Text Example

White with #BE5FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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