Html Css Color HEX #BE61C2 Fuchsia

📋 copy color: '#BE61C2'

red 190 ◦ green 97 ◦ blue 194

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

Shades of Fuchsia #BE61C2

Tints of Fuchsia #BE61C2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

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

R = 39.5%
G = 20.17%
B = 40.33%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE61C2 (or 0xBE61C2) is known color: Fuchsia. HEX triplet: BE, 61 and C2. RGB value is (190,97,194). Sum of RGB (Red+Green+Blue) = 190+97+194=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE61C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61C2 is #419E3D. Grayscale: #878787. Windows color (decimal): -4300350 or 12739006. OLE color: 12739006.

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

Color convert

RGB 190 97 194 -
CMYK 0.02 0.50 0 0.24
HSL 297.53º 0.44% 0.57% -
HSV(B) 297.53º 0.5% 0.76% -
XYZ 35.25 23.39 53.7 -
YUV 135.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 190 97 194 0.02 0.50 0 0.24 297.53 0.44 0.57
Hex BE 61 C2 2 32 0 18 12A 2C 39
Octal 276 141 302 2 62 0 30 452 54 71
Binary 10111110 1100001 11000010 10 110010 0 11000 100101010 101100 111001

Color Harmonies of #BE61C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE61C2

Black with #BE61C2

Text Example


Text Example

White with #BE61C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE61C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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